From 9cb3ad464f0543da89e581b92b76b949c46308c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:15:50 +0000 Subject: [PATCH] fix(deps): update dependency doctrine/orm to v2.20.0 --- api/composer.json | 2 +- api/composer.lock | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/api/composer.json b/api/composer.json index 17426b3649..7ca2162b79 100644 --- a/api/composer.json +++ b/api/composer.json @@ -10,7 +10,7 @@ "cweagans/composer-patches": "1.7.3", "doctrine/doctrine-bundle": "2.13.0", "doctrine/doctrine-migrations-bundle": "3.3.1", - "doctrine/orm": "2.19.8", + "doctrine/orm": "2.20.0", "exercise/htmlpurifier-bundle": "5.0", "friendsofsymfony/http-cache": "3.1.0", "friendsofsymfony/http-cache-bundle": "3.0.1", diff --git a/api/composer.lock b/api/composer.lock index 73a7987b51..825798f762 100644 --- a/api/composer.lock +++ b/api/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": "8b099d3b9f088e0b74a6b3db09de30f6", + "content-hash": "1ad6304a3a2c3170678a248d9d3882f0", "packages": [ { "name": "api-platform/core", @@ -762,16 +762,16 @@ }, { "name": "doctrine/dbal", - "version": "3.9.2", + "version": "3.9.3", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "f1d0dbc4f32410751516b16c17c40d81f33e869f" + "reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/f1d0dbc4f32410751516b16c17c40d81f33e869f", - "reference": "f1d0dbc4f32410751516b16c17c40d81f33e869f", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/61446f07fcb522414d6cfd8b1c3e5f9e18c579ba", + "reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba", "shasum": "" }, "require": { @@ -855,7 +855,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.9.2" + "source": "https://github.com/doctrine/dbal/tree/3.9.3" }, "funding": [ { @@ -871,7 +871,7 @@ "type": "tidelift" } ], - "time": "2024-10-10T13:14:34+00:00" + "time": "2024-10-10T17:56:43+00:00" }, { "name": "doctrine/deprecations", @@ -1566,16 +1566,16 @@ }, { "name": "doctrine/orm", - "version": "2.19.8", + "version": "2.20.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "c2c500077b1ec9d0a829fdf7c8d18e448b501605" + "reference": "8ed6c2234aba019f9737a6bcc9516438e62da27c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/c2c500077b1ec9d0a829fdf7c8d18e448b501605", - "reference": "c2c500077b1ec9d0a829fdf7c8d18e448b501605", + "url": "https://api.github.com/repos/doctrine/orm/zipball/8ed6c2234aba019f9737a6bcc9516438e62da27c", + "reference": "8ed6c2234aba019f9737a6bcc9516438e62da27c", "shasum": "" }, "require": { @@ -1604,7 +1604,9 @@ "doctrine/annotations": "^1.13 || ^2", "doctrine/coding-standard": "^9.0.2 || ^12.0", "phpbench/phpbench": "^0.16.10 || ^1.0", + "phpstan/extension-installer": "~1.1.0 || ^1.4", "phpstan/phpstan": "~1.4.10 || 1.12.6", + "phpstan/phpstan-deprecation-rules": "^1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.2", @@ -1661,9 +1663,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.19.8" + "source": "https://github.com/doctrine/orm/tree/2.20.0" }, - "time": "2024-10-10T09:46:49+00:00" + "time": "2024-10-11T11:47:24+00:00" }, { "name": "doctrine/persistence",