We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42042d8 + 6dbf9a7 commit fbbe294Copy full SHA for fbbe294
1 file changed
composer.json
@@ -16,7 +16,7 @@
16
17
"require": {
18
"php": "^7.3|^8.0",
19
- "symfony/options-resolver": "^4.4|^5.0"
+ "symfony/options-resolver": "^4.4|^5.0|^6.0"
20
},
21
22
"require-dev": {
@@ -25,9 +25,9 @@
25
"doctrine/orm": "^2.5",
26
"phpunit/phpunit": "^9.0",
27
"silex/silex": "^1.3",
28
- "symfony/dependency-injection": "^4.4|^5.0",
29
- "symfony/config": "^4.4|^5.0",
30
- "symfony/yaml": "^4.4|^5.0",
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+ "symfony/config": "^4.4|^5.0|^6.0",
+ "symfony/yaml": "^4.4|^5.0|^6.0",
31
"twig/twig": "^1.23|^2.0",
32
"phpspec/prophecy-phpunit": "^2.0"
33
0 commit comments