Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c81476c

Browse filesBrowse 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
Copy full SHA for c81476c

File tree

1 file changed

+7
-7
lines changed
Filter options

1 file changed

+7
-7
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+7-7Lines changed: 7 additions & 7 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.