15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"name": "ardent/ardent-parameter-bundle",
|
|
"description": "Simple bundle for storing parameters in the database",
|
|
"type": "library",
|
|
"require": {
|
|
"doctrine/orm": "^2.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ardent\\ArdentParameterBundle\\": "src/"
|
|
}
|
|
},
|
|
"license": "GNU GPLv3"
|
|
}
|