Skip to content

Commit 0c39358

Browse files
authored
Allow Symfony 6 (#96)
1 parent 6400748 commit 0c39358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^7.0|^8.0",
16-
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
17-
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
16+
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0|~6.0",
17+
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0|~6.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6|^7|^8|^9",

0 commit comments

Comments
 (0)