Update symfony to v6.2

This commit is contained in:
Tim 2023-02-03 18:09:38 +01:00
parent 0b6b48d5ec
commit 4fd5aac51a
2 changed files with 467 additions and 778 deletions

View File

@ -8,15 +8,15 @@
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*", "ext-iconv": "*",
"ext-mysqli": "*", "ext-mysqli": "*",
"symfony/console": "5.3.*", "symfony/console": "6.2.*",
"symfony/dotenv": "5.3.*", "symfony/dotenv": "6.2.*",
"symfony/filesystem": "5.3.*", "symfony/filesystem": "6.2.*",
"symfony/finder": "5.3.*", "symfony/finder": "6.2.*",
"symfony/flex": "^1.3.1", "symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.3.*", "symfony/framework-bundle": "6.2.*",
"symfony/process": "5.3.*", "symfony/process": "6.2.*",
"symfony/runtime": "5.3.*", "symfony/runtime": "6.2.*",
"symfony/yaml": "5.3.*" "symfony/yaml": "6.2.*"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
@ -62,7 +62,7 @@
"extra": { "extra": {
"symfony": { "symfony": {
"allow-contrib": false, "allow-contrib": false,
"require": "5.3.*" "require": "6.2.*"
} }
} }
} }

1227
composer.lock generated

File diff suppressed because it is too large Load Diff