chore(php) #57 : bump PHP version to 8.4

This commit is contained in:
2025-07-08 11:33:13 +02:00
parent 1f49b3f56f
commit c721ce283e
9 changed files with 262 additions and 95 deletions

View File

@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.2.5",
"php": "^8.4",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/annotations": "^1.13",
@ -80,6 +80,7 @@
}
},
"require-dev": {
"rector/rector": "^2.1",
"symfony/debug-bundle": "5.4.*"
}
}