Allow symfony 6

This commit is contained in:
Tim 2022-01-30 01:15:39 +01:00
parent cd3c5a0a52
commit dacf3d6687

View File

@ -3,9 +3,9 @@
"description": "Simple bundle for storing parameters in a database", "description": "Simple bundle for storing parameters in a database",
"type": "symfony-bundle", "type": "symfony-bundle",
"require": { "require": {
"doctrine/orm": "^2.7", "doctrine/orm": "^2.0",
"symfony/form": "^5.0", "symfony/form": "^5.0|^6.0",
"symfony/twig-bundle": "^5.0" "symfony/twig-bundle": "^5.0|^6.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {