Skip to content

Commit a2c66f8

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent 70acd85 commit a2c66f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.2",
19+
"php": ">=8.4",
2020
"symfony/polyfill-ctype": "~1.8",
2121
"symfony/polyfill-mbstring": "~1.8"
2222
},
2323
"require-dev": {
24-
"symfony/process": "^6.4|^7.0|^8.0"
24+
"symfony/process": "^7.4|^8.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\Filesystem\\": "" },

0 commit comments

Comments
 (0)