mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "chill-project/event",
|
|
"description": "This bundle extend chill software. This bundle allow to define event and participation to those events.",
|
|
"type": "symfony-bundle",
|
|
"license": "AGPL-3.0-only",
|
|
"keywords" : ["chill", "social work"],
|
|
"homepage" : "https://git.framasoft.org/Chill-project/Chill-Group",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\EventBundle\\": "" }
|
|
},
|
|
"support": {
|
|
"issues": "https://git.framasoft.org/Chill-project/Chill-Event/issues",
|
|
"source": "https://git.framasoft.org/Chill-project/Chill-Event",
|
|
"docs" : "http://docs.chill.social",
|
|
"email": "dev@listes.chill.social"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Champs-Libres",
|
|
"email": "info@champs-libres.coop"
|
|
}
|
|
],
|
|
"require": {
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"suggest" : {
|
|
"chill-project/group": "dev-master@dev"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
|
],
|
|
"post-update-cmd": [
|
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
|
]
|
|
},
|
|
"extra": {
|
|
"app-migrations-dir": "Resources/test/Fixtures/App/DoctrineMigrations"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|