Bump dependencies

This commit is contained in:
2026-05-21 21:32:10 +02:00
parent 2fc6977362
commit a98554d775
3 changed files with 814 additions and 689 deletions

View File

@@ -12,12 +12,12 @@
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.3",
"nelmio/cors-bundle": "^2.5",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/console": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/yaml": "7.1.*"
"symfony/framework-bundle": "7.1",
"symfony/runtime": "^7.1",
"symfony/yaml": "^7.1"
},
"config": {
"allow-plugins": {
@@ -65,7 +65,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.1.*"
"require": "^7.1"
}
},
"require-dev": {