From 7d29b92808165b7c693e68f0d2abbe52100b0634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:38:25 +0000 Subject: [PATCH] fix(deps): update dependency doctrine/doctrine-migrations-bundle to 3.5.* --- apps/composer.json | 2 +- apps/composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/composer.json b/apps/composer.json index f5e7e3b9a..9a668ffb4 100755 --- a/apps/composer.json +++ b/apps/composer.json @@ -11,7 +11,7 @@ "ext-iconv": "*", "beberlei/doctrineextensions": "1.5.*", "doctrine/doctrine-bundle": "2.18.*", - "doctrine/doctrine-migrations-bundle": "3.4.*", + "doctrine/doctrine-migrations-bundle": "3.5.*", "easycorp/easyadmin-bundle": "4.26.*", "essence/essence": "3.5.*", "gedmo/doctrine-extensions": "3.21.*", diff --git a/apps/composer.lock b/apps/composer.lock index 989edd1cb..929cad84e 100755 --- a/apps/composer.lock +++ b/apps/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bb91b688eda357ca67299a22eeb409a7", + "content-hash": "52e81cd7375e24bd7eb46450d6aa7a44", "packages": [ { "name": "beberlei/doctrineextensions", @@ -579,20 +579,20 @@ }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.4.2", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9" + "reference": "71c81279ca0e907c3edc718418b93fd63074856c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/5a6ac7120c2924c4c070a869d08b11ccf9e277b9", - "reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/71c81279ca0e907c3edc718418b93fd63074856c", + "reference": "71c81279ca0e907c3edc718418b93fd63074856c", "shasum": "" }, "require": { - "doctrine/doctrine-bundle": "^2.4", + "doctrine/doctrine-bundle": "^2.4 || ^3.0", "doctrine/migrations": "^3.2", "php": "^7.2 || ^8.0", "symfony/deprecation-contracts": "^2.1 || ^3", @@ -600,7 +600,7 @@ }, "require-dev": { "composer/semver": "^3.0", - "doctrine/coding-standard": "^12", + "doctrine/coding-standard": "^12 || ^14", "doctrine/orm": "^2.6 || ^3", "phpstan/phpstan": "^1.4 || ^2", "phpstan/phpstan-deprecation-rules": "^1 || ^2", @@ -644,7 +644,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.4.2" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.5.0" }, "funding": [ { @@ -660,7 +660,7 @@ "type": "tidelift" } ], - "time": "2025-03-11T17:36:26+00:00" + "time": "2025-10-12T17:06:40+00:00" }, { "name": "doctrine/event-manager",