Allow symfony 6
This commit is contained in:
parent
cd3c5a0a52
commit
dacf3d6687
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user