Skip to content

Commit c6dfd28

Browse files
Allow Symfony ^8.0
1 parent 03f2f72 commit c6dfd28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"psr/http-message": "^1.0|^2.0",
21-
"symfony/http-foundation": "^6.4|^7.0"
21+
"symfony/http-foundation": "^6.4|^7.0|^8.0"
2222
},
2323
"require-dev": {
24-
"symfony/browser-kit": "^6.4|^7.0",
25-
"symfony/config": "^6.4|^7.0",
26-
"symfony/event-dispatcher": "^6.4|^7.0",
27-
"symfony/framework-bundle": "^6.4|^7.0",
28-
"symfony/http-kernel": "^6.4|^7.0",
24+
"symfony/browser-kit": "^6.4|^7.0|^8.0",
25+
"symfony/config": "^6.4|^7.0|^8.0",
26+
"symfony/event-dispatcher": "^6.4|^7.0|^8.0",
27+
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
28+
"symfony/http-kernel": "^6.4|^7.0|^8.0",
2929
"nyholm/psr7": "^1.1",
3030
"php-http/discovery": "^1.15",
3131
"psr/log": "^1.1.4|^2|^3"

0 commit comments

Comments
 (0)