init Calendar bundle

This commit is contained in:
nobohan
2021-07-14 11:45:13 +02:00
parent d652771af0
commit 3e7a9522b6
6 changed files with 719 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "chill-project/calendar",
"description": "This bundle extends chill for managing a calendar",
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"keywords" : ["chill", "social work"],
"homepage" : "hhttps://gitlab.com/Chill-Projet/chill-bundles/",
"autoload": {
"psr-4": { "Chill\\CalendarBundle\\": "" }
},
"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
}