mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"name": "chill-project/chill-doc-store",
|
|
"description": "A Chill bundle to store documents",
|
|
"type": "symfony-bundle",
|
|
"autoload": {
|
|
"psr-4": { "Chill\\DocStoreBundle\\" : "" }
|
|
},
|
|
"require": {
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|