Skip to content

Commit c81476c

Browse files
committed
feature #100 Allow Symfony 6 (chalasr)
This PR was merged into the 2.1-dev branch. Discussion ---------- Allow Symfony 6 Commits ------- c7a0be3 Allow Symfony 6
2 parents df83a38 + c7a0be3 commit c81476c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": ">=7.1",
2020
"psr/http-message": "^1.0",
21-
"symfony/http-foundation": "^4.4 || ^5.0"
21+
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
2222
},
2323
"require-dev": {
24-
"symfony/browser-kit": "^4.4 || ^5.0",
25-
"symfony/config": "^4.4 || ^5.0",
26-
"symfony/event-dispatcher": "^4.4 || ^5.0",
27-
"symfony/framework-bundle": "^4.4 || ^5.0",
28-
"symfony/http-kernel": "^4.4 || ^5.0",
29-
"symfony/phpunit-bridge": "^5.4@dev",
24+
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
25+
"symfony/config": "^4.4 || ^5.0 || ^6.0",
26+
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
27+
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
28+
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
29+
"symfony/phpunit-bridge": "^5.4@dev || ^6.0",
3030
"nyholm/psr7": "^1.1",
3131
"psr/log": "^1.1 || ^2 || ^3"
3232
},

0 commit comments

Comments
 (0)