From 993ce6d3f23728bd3e6406aa7247ea408b7ee182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorien=20Gr=C3=B6nwald?= Date: Thu, 16 May 2024 15:23:20 +0200 Subject: [PATCH] chore: add constraint for statamic 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a3ca8c..79eaa4a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require": { "php": "^8.0", - "statamic/cms": "^3.4 || ^4.0" + "statamic/cms": "^3.4 || ^4.0 || ^5.0" }, "config": { "allow-plugins": {