We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f2f72 commit c6dfd28Copy full SHA for c6dfd28
composer.json
@@ -18,14 +18,14 @@
18
"require": {
19
"php": ">=8.2",
20
"psr/http-message": "^1.0|^2.0",
21
- "symfony/http-foundation": "^6.4|^7.0"
+ "symfony/http-foundation": "^6.4|^7.0|^8.0"
22
},
23
"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",
+ "symfony/browser-kit": "^6.4|^7.0|^8.0",
+ "symfony/config": "^6.4|^7.0|^8.0",
+ "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
+ "symfony/framework-bundle": "^6.4|^7.0|^8.0",
+ "symfony/http-kernel": "^6.4|^7.0|^8.0",
29
"nyholm/psr7": "^1.1",
30
"php-http/discovery": "^1.15",
31
"psr/log": "^1.1.4|^2|^3"
0 commit comments