Update symfony to v7.3

This commit is contained in:
Tim
2025-07-20 15:29:13 +02:00
parent 8ec4b2167a
commit e40e889c14
4 changed files with 421 additions and 376 deletions

View File

@ -14,7 +14,7 @@
"league/pipeline": "^1.0",
"phpdocumentor/reflection-docblock": "^5.6",
"phpstan/phpdoc-parser": "^2.1",
"symfony/asset": "7.2.*",
"symfony/asset": "*",
"symfony/console": "*",
"symfony/dotenv": "*",
"symfony/flex": "^2",
@ -84,7 +84,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.2.*"
"require": "7.3.*"
}
}
}