Update symfony to 7.2

This commit is contained in:
Tim
2024-12-16 23:47:22 +01:00
parent 13b8091451
commit 3e172b6f1b
7 changed files with 462 additions and 546 deletions

View File

@@ -4,19 +4,19 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-mysqli": "*",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/filesystem": "6.3.*",
"symfony/finder": "6.3.*",
"symfony/console": "7.2.*",
"symfony/dotenv": "7.2.*",
"symfony/filesystem": "7.2.*",
"symfony/finder": "7.2.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "6.3.*",
"symfony/process": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/yaml": "6.3.*"
"symfony/framework-bundle": "7.2.*",
"symfony/process": "7.2.*",
"symfony/runtime": "7.2.*",
"symfony/yaml": "7.2.*"
},
"config": {
"optimize-autoloader": true,
@@ -62,7 +62,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*"
"require": "7.2.*"
}
}
}