From 70a95779811f705b584832aeca267191d32f477f Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Mon, 1 Nov 2021 17:58:15 +0100 Subject: [PATCH] Remove support for cocur/slugify 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4514956..d8c96b0c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "cocur/slugify": "^3.0 || ^4.0", + "cocur/slugify": "^4.0", "doctrine/collections": "^1.6", "doctrine/persistence": "^2.0", "sonata-project/doctrine-extensions": "^1.10.1",