maj composer.json
Showing
... | ... | @@ -7,31 +7,44 @@ |
{ "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", "email": "dsi.poleis@lists.irstea.fr" }, | ||
{ "name": "Guillaume Perréal" } | ||
], | ||
"minimum-stability": "stable", | ||
"homepage": "https://gitlab.irstea.fr/pole-is/bundles/plantuml-bundle", | ||
"support": { | ||
"email": "dsi.poleis@lists.irsta.fr", | ||
"issues": "https://gitlab.irstea.fr/pole-is/bundles/plantuml-bundle/issues", | ||
"wiki": "https://gitlab.irstea.fr/pole-is/bundles/plantuml-bundle/wiki", | ||
"source": "https://gitlab.irstea.fr/pole-is/bundles/plantuml-bundle/tree/master" | ||
}, | ||
"autoload": { | ||
"psr-4": { "Irstea\\PlantUmlBundle\\": "./" } | ||
"psr-4": { "Irstea\\PlantUmlBundle\\": "src/" } | ||
}, | ||
"minimum-stability": "stable", | ||
"autoload-dev": { | ||
"psr-4": { "Irstea\\PlantUmlBundle\\Tests\\": "tests/" } | ||
}, | ||
"repositories": [ | ||
{ "type": "composer", "url": "https://isdevtools.irstea.fr/satis" } | ||
], | ||
"require": { | ||
"php": ">=5.6", | ||
"php": "^7.1", | ||
"symfony/framework-bundle": "^2.7 || ^3.0", | ||
"doctrine/doctrine-bundle": "^1.6" | ||
}, | ||
"require-dev": { | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "0.1-dev" | ||
"dev-master": "0.1-dev", | ||
"dev-symfony3": "1.x-dev" | ||
} | ||
}, | ||
"archive": { | ||
"exclude": [ | ||
"vendor", | ||
".git*", | ||
"nbproject" | ||
".idea" | ||
] | ||
} | ||
} |
Please register or sign in to comment