ArdentParameterBundle/composer.json

15 lines
321 B
JSON
Raw Normal View History

2020-07-25 15:02:13 +02:00
{
2020-07-25 19:39:10 +02:00
"name": "ardent/parameter-bundle",
2020-07-25 15:02:13 +02:00
"description": "Simple bundle for storing parameters in the database",
"type": "library",
"require": {
"doctrine/orm": "^2.7"
},
"autoload": {
"psr-4": {
2020-07-25 19:39:10 +02:00
"Ardent\\ParameterBundle\\": ""
}
},
2020-07-25 15:02:13 +02:00
"license": "GNU GPLv3"
}