mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 03:26:12 +00:00
19 lines
524 B
JSON
19 lines
524 B
JSON
{
|
|
"name": "chill-project/activity",
|
|
"description": "This bundle extend chill for recording the different activities of the user",
|
|
"type": "symfony-bundle",
|
|
"license": "AGPL-3.0",
|
|
"keywords" : ["chill", "social work"],
|
|
"homepage" : "https://github.com/Chill-project/Activity",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\ActivityBundle\\": "" }
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Champs-Libres",
|
|
"email": "info@champs-libres.coop"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|