mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 11:29:41 +00:00
fix folder name
This commit is contained in:
11
src/Bundle/ChillDocStoreBundle/composer.json
Normal file
11
src/Bundle/ChillDocStoreBundle/composer.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user