2021-09-28 17:40:49 +02:00

15 lines
316 B
JSON

{
"name": "chill-project/chill-doc-store",
"description": "A Chill bundle to store documents",
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Chill\\DocStoreBundle\\": ""
}
},
"require": {
"symfony/mime": "^4 || ^5"
},
"license": "AGPL-3.0"
}