Première version.
parents
Showing
+249 -0
.gitignore
0 → 100644
Commmand/OrmSchemaCommand.php
0 → 100644
IrsteaPlantUmlBundle.php
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "irstea/plantuml-bundle", | |||
"description": "Un bundle pour génerer des schémas UML à partir du code.", | |||
"type": "symfony-bundle", | |||
"license": "proprietary", | |||
"authors": [ | |||
{ "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", "email": "dsi.poleis@lists.irstea.fr" }, | |||
{ "name": "Guillaume Perréal" } | |||
], | |||
"minimum-stability": "stable", | |||
"autoload": { | |||
"psr-4": { "Irstea\\PlantUmlBundle\\": "./" } | |||
}, | |||
"repositories": [ | |||
{ "type": "composer", "url": "http://istest.lyon.cemagref.fr/satis" } | |||
], | |||
"require": { | |||
"php": ">=5.4", | |||
"symfony/framework-bundle": "^2.6", | |||
"doctrine/doctrine-bundle": "^1.6" | |||
}, | |||
"require-dev": { | |||
}, | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "0.1-dev" | |||
} | |||
}, | |||
"archive": { | |||
"exclude": [ | |||
"vendor", | |||
".git*", | |||
"nbproject" | |||
] | |||
} | |||
} |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment