Fix services and add form bundle
This commit is contained in:
parent
5b3b8b8378
commit
00ae28944e
@ -1,3 +1,7 @@
|
||||
services:
|
||||
ardent.parameter:
|
||||
alias: Ardent\ParameterBundle\Service\ParameterService
|
||||
|
||||
Ardent\ParameterBundle\Service\ParameterService:
|
||||
alias: 'ardent.parameter'
|
||||
public: true
|
||||
autowire: true
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user