Add composer file
This commit is contained in:
parent
849b41dc9e
commit
75918227fa
9
composer.json
Normal file
9
composer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "ardent/ardent-parameter-bundle",
|
||||
"description": "Simple bundle for storing parameters in the database",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"doctrine/orm": "^2.7"
|
||||
},
|
||||
"license": "GNU GPLv3"
|
||||
}
|
Loading…
Reference in New Issue
Block a user