From 46af6b231b076fb2ad1e85a83ba0be8623a6a23d Mon Sep 17 00:00:00 2001 From: Luke Cousins Date: Tue, 24 Sep 2019 15:02:40 +0100 Subject: [PATCH] Allow Slugify version 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 268a439..f955cae 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "psr/log": "^1.0", "mtdowling/cron-expression": "^1.2", "malkusch/lock": "^1.0", - "cocur/slugify": "^2.5", + "cocur/slugify": ">=2.5 <4.0", "phossa2/event": "^2.1.0" }, "require-dev": {