Skip to content

Commit 8a11bd8

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent c6dfd28 commit 8a11bd8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,22 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.2",
19+
"php": ">=8.4",
2020
"psr/http-message": "^1.0|^2.0",
21-
"symfony/http-foundation": "^6.4|^7.0|^8.0"
21+
"symfony/http-foundation": "^7.4|^8.0"
2222
},
2323
"require-dev": {
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",
2924
"nyholm/psr7": "^1.1",
3025
"php-http/discovery": "^1.15",
31-
"psr/log": "^1.1.4|^2|^3"
26+
"psr/log": "^1.1.4|^2|^3",
27+
"symfony/browser-kit": "^7.4|^8.0",
28+
"symfony/config": "^7.4|^8.0",
29+
"symfony/event-dispatcher": "^7.4|^8.0",
30+
"symfony/framework-bundle": "^7.4|^8.0",
31+
"symfony/http-kernel": "^7.4|^8.0"
3232
},
3333
"conflict": {
34-
"php-http/discovery": "<1.15",
35-
"symfony/http-kernel": "<6.4"
34+
"php-http/discovery": "<1.15"
3635
},
3736
"config": {
3837
"allow-plugins": {

0 commit comments

Comments
 (0)