ArdentParameterBundle/composer.json
2020-07-25 19:49:49 +02:00

15 lines
331 B
JSON

{
"name": "ardent/parameter-bundle",
"description": "Simple bundle for storing parameters in the database",
"type": "symfony-bundle",
"require": {
"doctrine/orm": "^2.7"
},
"autoload": {
"psr-4": {
"Ardent\\ParameterBundle\\": ""
}
},
"license": "GPL-3.0-only"
}