Skip to content

Commit fbbe294

Browse files
authored
Merge pull request #13 from relthyg/symfony_6
2 parents 42042d8 + 6dbf9a7 commit fbbe294

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"require": {
1818
"php": "^7.3|^8.0",
19-
"symfony/options-resolver": "^4.4|^5.0"
19+
"symfony/options-resolver": "^4.4|^5.0|^6.0"
2020
},
2121

2222
"require-dev": {
@@ -25,9 +25,9 @@
2525
"doctrine/orm": "^2.5",
2626
"phpunit/phpunit": "^9.0",
2727
"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",
28+
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
29+
"symfony/config": "^4.4|^5.0|^6.0",
30+
"symfony/yaml": "^4.4|^5.0|^6.0",
3131
"twig/twig": "^1.23|^2.0",
3232
"phpspec/prophecy-phpunit": "^2.0"
3333
},

0 commit comments

Comments
 (0)