Add composer file

This commit is contained in:
Tim 2020-07-25 15:02:13 +02:00
parent 849b41dc9e
commit 75918227fa

9
composer.json Normal file
View 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"
}