mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
add composer.json file
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/vendor/
|
21
composer.json
Normal file
21
composer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "chill-project/task",
|
||||
"description": "Associate task with peoples in chill.social",
|
||||
"type": "symfony-bundle",
|
||||
"keywords": ["chill", "social work", "tasks"],
|
||||
"homepage": "https://framagit.org/Chill-project/Chill-Task",
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\TaskBundle\\" : "" }
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.2",
|
||||
"chill-project/person": "dev-upgrade-sf3@dev"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Champs-Libres",
|
||||
"email": "info@champs-libres.coop"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user