diff --git a/UPGRADE-5.7.md b/UPGRADE-5.7.md index 88ca93994d4..7882c381144 100644 --- a/UPGRADE-5.7.md +++ b/UPGRADE-5.7.md @@ -19,6 +19,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/inflector` to version 2.0.10 * Updated `doctrine/orm` to version 2.15.5 diff --git a/composer.json b/composer.json index 6ae5ba0531e..db8b7cc5d7e 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "beberlei/assert": "3.3.2", "beberlei/doctrineextensions": "1.4.0", "cocur/slugify": "4.3.0 || 4.5.1", - "doctrine/annotations": "1.14.3", + "doctrine/annotations": "1.14.4", "doctrine/cache": "1.13.0", "doctrine/collections": "1.8.0", "doctrine/common": "3.4.4", diff --git a/composer.lock b/composer.lock index 5a864294af3..dfbb3fdf5f1 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": "87a13dcdddf26a898244485370d0ec2a", + "content-hash": "47123b462a8a8dd1ff9e2253e1be673e", "packages": [ { "name": "aws/aws-crt-php", @@ -465,16 +465,16 @@ }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "1.14.4", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915", + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915", "shasum": "" }, "require": { @@ -485,11 +485,11 @@ }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "~1.4.10 || ^1.10.28", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "vimeo/psalm": "^4.10" + "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7", + "vimeo/psalm": "^4.30 || ^5.14" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" @@ -535,9 +535,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/1.14.4" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2024-09-05T10:15:52+00:00" }, { "name": "doctrine/cache",