Update composer json

This commit is contained in:
Tim 2020-07-25 19:49:49 +02:00
parent be0e7f04de
commit c995e2bb50

View File

@ -1,7 +1,7 @@
{ {
"name": "ardent/parameter-bundle", "name": "ardent/parameter-bundle",
"description": "Simple bundle for storing parameters in the database", "description": "Simple bundle for storing parameters in the database",
"type": "library", "type": "symfony-bundle",
"require": { "require": {
"doctrine/orm": "^2.7" "doctrine/orm": "^2.7"
}, },
@ -10,5 +10,5 @@
"Ardent\\ParameterBundle\\": "" "Ardent\\ParameterBundle\\": ""
} }
}, },
"license": "GNU GPLv3" "license": "GPL-3.0-only"
} }