diff --git a/UPGRADE-5.7.md b/UPGRADE-5.7.md index b9d2b38b692..21768706a65 100644 --- a/UPGRADE-5.7.md +++ b/UPGRADE-5.7.md @@ -20,7 +20,7 @@ This changelog references changes done in Shopware 5.7 patch versions. * Updated `beberlei/doctrineextensions` to version 1.4.0 * Updated `cocur/slugify` to version 4.5.1 for PHP 8.0 and newer * Updated `doctrine/annotations` to version 1.14.4 -* Updated `doctrine/common` to version 3.4.4 +* Updated `doctrine/common` to version 3.4.5 * Updated `doctrine/inflector` to version 2.0.10 * Updated `doctrine/orm` to version 2.15.5 * Updated `doctrine/persistence` to version 3.3.3 diff --git a/composer.json b/composer.json index bc3715da47c..2dfa8812523 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "doctrine/annotations": "1.14.4", "doctrine/cache": "1.13.0", "doctrine/collections": "1.8.0", - "doctrine/common": "3.4.4", + "doctrine/common": "3.4.5", "doctrine/dbal": "2.13.9", "doctrine/event-manager": "1.2.0", "doctrine/inflector": "2.0.10", diff --git a/composer.lock b/composer.lock index 2fbc1a00d60..06d8545a0e2 100644 --- a/composer.lock +++ b/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": "a77248e8ecae73fb79facec1d2e417e1", + "content-hash": "0acb550477ebce9636f6f22def400e77", "packages": [ { "name": "aws/aws-crt-php", @@ -710,16 +710,16 @@ }, { "name": "doctrine/common", - "version": "3.4.4", + "version": "3.4.5", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a" + "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a", - "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a", + "url": "https://api.github.com/repos/doctrine/common/zipball/6c8fef961f67b8bc802ce3e32e3ebd1022907286", + "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286", "shasum": "" }, "require": { @@ -781,7 +781,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.4.4" + "source": "https://github.com/doctrine/common/tree/3.4.5" }, "funding": [ { @@ -797,7 +797,7 @@ "type": "tidelift" } ], - "time": "2024-04-16T13:35:33+00:00" + "time": "2024-10-08T15:53:43+00:00" }, { "name": "doctrine/dbal", @@ -10899,7 +10899,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -10926,6 +10926,6 @@ "lib-libxml": "*", "composer-runtime-api": "^2.0" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" }