ArdentParameterBundle/composer.json

16 lines
363 B
JSON

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