Skip to content

Commit 92a12e7

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent a5be7a8 commit 92a12e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=8.2",
27+
"php": ">=8.4",
2828
"symfony/deprecation-contracts": "^2.5|^3"
2929
},
3030
"require-dev": {
31-
"symfony/filesystem": "^6.4|^7.0|^8.0",
32-
"symfony/var-exporter": "^6.4|^7.0|^8.0"
31+
"symfony/filesystem": "^7.4|^8.0",
32+
"symfony/var-exporter": "^7.4|^8.0"
3333
},
3434
"conflict": {
35-
"symfony/string": "<7.1"
35+
"symfony/string": "<7.4"
3636
},
3737
"autoload": {
3838
"psr-4": { "Symfony\\Component\\Intl\\": "" },

0 commit comments

Comments
 (0)