ArdentParameterBundle/composer.json
2020-07-25 15:02:13 +02:00

10 lines
230 B
JSON

{
"name": "ardent/ardent-parameter-bundle",
"description": "Simple bundle for storing parameters in the database",
"type": "library",
"require": {
"doctrine/orm": "^2.7"
},
"license": "GNU GPLv3"
}