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"
|
|
|
|
},
|
2020-07-25 15:08:32 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-07-25 19:39:10 +02:00
|
|
|
"Ardent\\ParameterBundle\\": ""
|
2020-07-25 15:08:32 +02:00
|
|
|
}
|
|
|
|
},
|
2020-07-25 15:02:13 +02:00
|
|
|
"license": "GNU GPLv3"
|
|
|
|
}
|