Skip to content

Commit e972cbc

Browse files
dmekhovroxblnfk
authored andcommitted
Replace PHP 8.5 only
1 parent 747e368 commit e972cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=8.4"
22+
"php": ">=8.5"
2323
},
2424
"replace": {
25+
"symfony/polyfill-php85": "*",
2526
"symfony/polyfill-php84": "*",
2627
"symfony/polyfill-php83": "*",
2728
"symfony/polyfill-php82": "*",

0 commit comments

Comments
 (0)