mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
31 lines
904 B
JSON
31 lines
904 B
JSON
{
|
|
"name": "chill-project/family-members",
|
|
"description": "This bundle extend chill for recording family members into a file",
|
|
"type": "symfony-bundle",
|
|
"license": "AGPL-3.0-or-later",
|
|
"keywords" : ["chill", "social work"],
|
|
"homepage" : "https://framagit.org/Chill-project/Chill-FamilyMembers",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\AMLI\\FamilyMembersBundle\\": "" }
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Champs-Libres",
|
|
"email": "info@champs-libres.coop"
|
|
}
|
|
],
|
|
"require": {
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"extra": {
|
|
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
|
"symfony-app-dir": "Test/Fixtures/App/app/"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|