Fix services and add form bundle

This commit is contained in:
Tim 2020-07-25 23:57:02 +02:00
parent 5b3b8b8378
commit 00ae28944e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
services:
ardent.parameter:
alias: Ardent\ParameterBundle\Service\ParameterService
Ardent\ParameterBundle\Service\ParameterService:
alias: 'ardent.parameter'
public: true
autowire: true

View File

@ -3,7 +3,8 @@
"description": "Simple bundle for storing parameters in the database",
"type": "symfony-bundle",
"require": {
"doctrine/orm": "^2.7"
"doctrine/orm": "^2.7",
"symfony/form": "^5.0"
},
"autoload": {
"psr-4": {