Skip to content

Commit 288c607

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent e5f155b commit 288c607

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@
1919
"psr/link-implementation": "1.0|2.0"
2020
},
2121
"require": {
22-
"php": ">=8.2",
22+
"php": ">=8.4",
2323
"psr/link": "^1.1|^2.0"
2424
},
2525
"require-dev": {
26-
"symfony/http-kernel": "^6.4|^7.0|^8.0"
27-
},
28-
"conflict": {
29-
"symfony/http-kernel": "<6.4"
26+
"symfony/http-kernel": "^7.4|^8.0"
3027
},
3128
"autoload": {
3229
"psr-4": { "Symfony\\Component\\WebLink\\": "" },

0 commit comments

Comments
 (0)