From 6b4aba3f032e3e98bcb8393ddfcde450e71b88ca Mon Sep 17 00:00:00 2001 From: Casey McLaughlin Date: Sun, 8 Dec 2024 11:02:35 -0500 Subject: [PATCH] Try to fix PHP7 builds without changing the slugify library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1508b4..5357a30 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^7.2|^8.0", "ext-dom": "*", "masterminds/html5": "^2.1", - "cocur/slugify": "^3.0|^4.0", + "cocur/slugify": "^3.0|~4.4.0|^4.6", "knplabs/knp-menu": "^3.2" }, "require-dev": {