From 00ae28944e87712492df97ea5cfd4adc131477d2 Mon Sep 17 00:00:00 2001 From: ardent Date: Sat, 25 Jul 2020 23:57:02 +0200 Subject: [PATCH] Fix services and add form bundle --- Resources/config/services.yaml | 6 +++++- composer.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.yaml b/Resources/config/services.yaml index 8190203..f3dd062 100644 --- a/Resources/config/services.yaml +++ b/Resources/config/services.yaml @@ -1,3 +1,7 @@ services: + ardent.parameter: + alias: Ardent\ParameterBundle\Service\ParameterService + Ardent\ParameterBundle\Service\ParameterService: - alias: 'ardent.parameter' \ No newline at end of file + public: true + autowire: true \ No newline at end of file diff --git a/composer.json b/composer.json index 28007ee..dedf670 100644 --- a/composer.json +++ b/composer.json @@ -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": {