mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add composer.json file
This commit is contained in:
parent
7a85e00c16
commit
1734727029
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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user