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

1482
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,13 @@
{ {
"doctrine/deprecations": {
"version": "1.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "fdd756167454623e21f1d769c5b814b243782a67"
}
},
"doctrine/doctrine-bundle": { "doctrine/doctrine-bundle": {
"version": "2.13", "version": "2.13",
"recipe": { "recipe": {