Passage en LGPL-3.0 + mise à niveau de la config du bundle.
Showing
.docheader
0 → 100644
.editorconfig
deleted
120000 → 0
.editorconfig
0 → 100644
.php_cs.dist
deleted
120000 → 0
.php_cs.dist
0 → 100644
LICENSE-GPL.md
0 → 100644
This diff is collapsed.
LICENSE-LGPL.md
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" } | ||
], | ||
"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\\": "src/" }, | ||
"files": ["src/functions.php"] | ||
}, | ||
"minimum-stability": "stable", | ||
"repositories": [ | ||
{ "type": "composer", "url": "https://isdevtools.irstea.fr/satis" } | ||
], | ||
"require": { | ||
"php": "^7.1", | ||
"ext-json": "*", | ||
"doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | ||
"symfony/config": "^3.0 | ^4.0", | ||
"symfony/console": "^3.0 | ^4.0", | ||
"symfony/dependency-injection": "^3.0 | ^4.0", | ||
"symfony/filesystem": "^3.0 | ^4.0", | ||
"symfony/finder": "^3.0 | ^4.0", | ||
"symfony/framework-bundle": "^3.0 | ^4.0", | ||
"symfony/http-kernel": "^3.0 | ^4.0", | ||
"symfony/security": "^3.0 | ^4.0" | ||
"name": "irstea/plantuml-bundle", | ||
"description": "Un bundle pour génerer des schémas UML à partir du code.", | ||
"type": "symfony-bundle", | ||
"license": "LGPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", | ||
"email": "dsi.poleis@lists.irstea.fr" | ||
}, | ||
"bin": ["bin/plantuml.jar"], | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.x-dev" | ||
} | ||
}, | ||
"archive": { | ||
"exclude": [ | ||
"vendor", | ||
".git*", | ||
".idea" | ||
] | ||
{ | ||
"name": "Guillaume Perréal" | ||
} | ||
], | ||
"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\\": "src/" | ||
}, | ||
"require-dev": { | ||
"vimeo/psalm": "^3.0" | ||
"files": [ | ||
"src/functions.php" | ||
] | ||
}, | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": "^7.1", | ||
"ext-json": "*", | ||
"doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | ||
"symfony/config": "^3.0 | ^4.0", | ||
"symfony/console": "^3.0 | ^4.0", | ||
"symfony/dependency-injection": "^3.0 | ^4.0", | ||
"symfony/filesystem": "^3.0 | ^4.0", | ||
"symfony/finder": "^3.0 | ^4.0", | ||
"symfony/framework-bundle": "^3.0 | ^4.0", | ||
"symfony/http-kernel": "^3.0 | ^4.0", | ||
"symfony/security": "^3.0 | ^4.0" | ||
}, | ||
"bin": [ | ||
"bin/plantuml.jar" | ||
], | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.x-dev" | ||
} | ||
}, | ||
"archive": { | ||
"exclude": [ | ||
"vendor", | ||
".git*", | ||
".idea" | ||
] | ||
}, | ||
"require-dev": { | ||
"irstea/php-cs-fixer-config": "^1.0", | ||
"irstea/phpmd-config": "^1.0", | ||
"irstea/phpstan-config": "^1.0", | ||
"jakub-onderka/php-parallel-lint": "^1.0", | ||
"maglnet/composer-require-checker": "^2.0", | ||
"phploc/phploc": "^5.0", | ||
"roave/security-advisories": "dev-master", | ||
"sebastian/phpcpd": "^4.1" | ||
}, | ||
"scripts": { | ||
"fix-cs": "@php vendor/bin/php-cs-fixer fix --verbose", | ||
"phploc": "@php vendor/bin/phploc src", | ||
"test": [ | ||
"@test:lint", | ||
"@test:php-cs-fixer", | ||
"@test:phpcpd", | ||
"@test:phpmd", | ||
"@test:phpstan", | ||
"@test:composer-require-checker" | ||
], | ||
"test:lint": "@php vendor/bin/parallel-lint -j $(nproc) src", | ||
"test:php-cs-fixer": "@php vendor/bin/php-cs-fixer fix --dry-run --verbose", | ||
"test:phpcpd": "@php vendor/bin/phpcpd --fuzzy src", | ||
"test:phpmd": "@php vendor/bin/phpmd src text phpmd-ruleset.xml", | ||
"test:phpstan": "@php vendor/bin/phpstan analyse", | ||
"test:composer-require-checker": "@php vendor/bin/composer-require-checker" | ||
} | ||
} |
This diff is collapsed.
devtools/.gitrepo
deleted
100644 → 0
devtools/README.md
deleted
100644 → 0