mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +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/
|
10
composer.json
Normal file
10
composer.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "chill-project/chill-doc-store",
|
||||
"description": "A Chill bundle to store documents",
|
||||
"type": "symfony-bundle",
|
||||
"require": {
|
||||
"chill-project/main": "upgrade-sf3",
|
||||
"chill-project/person": "upgrade-sf3"
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
Reference in New Issue
Block a user