diff --git a/UPGRADE-5.7.md b/UPGRADE-5.7.md index 21768706a65..88046d2d6ca 100644 --- a/UPGRADE-5.7.md +++ b/UPGRADE-5.7.md @@ -18,7 +18,7 @@ This changelog references changes done in Shopware 5.7 patch versions. * Changed the `plugin.xsd` complexType `pluginType` so it could be validated again with newer `libxml2` versions * Updated `beberlei/doctrineextensions` to version 1.4.0 -* Updated `cocur/slugify` to version 4.5.1 for PHP 8.0 and newer +* Updated `cocur/slugify` to version 4.6.0 for PHP 8.0 and newer * Updated `doctrine/annotations` to version 1.14.4 * Updated `doctrine/common` to version 3.4.5 * Updated `doctrine/inflector` to version 2.0.10 diff --git a/composer.json b/composer.json index 2dfa8812523..f26b1d50d8f 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "bcremer/line-reader": "1.3.0", "beberlei/assert": "3.3.2", "beberlei/doctrineextensions": "1.4.0", - "cocur/slugify": "4.3.0 || 4.5.1", + "cocur/slugify": "4.3.0 || 4.6.0", "doctrine/annotations": "1.14.4", "doctrine/cache": "1.13.0", "doctrine/collections": "1.8.0", diff --git a/composer.lock b/composer.lock index 06d8545a0e2..99ff2c394d0 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": "0acb550477ebce9636f6f22def400e77", + "content-hash": "9d45f653e42b830d92af68fb016e6594", "packages": [ { "name": "aws/aws-crt-php",