From ccf308338d1c07d8149f4867dc8117f45f9d1e9b Mon Sep 17 00:00:00 2001 From: Alexander Muischneek Date: Fri, 17 Mar 2023 17:19:27 +0100 Subject: [PATCH] chore: add statamic 3.4 support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dd10df6..884ee63 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/gridonic/statamic-consent-manager/issues" }, "require": { - "statamic/cms": "~3.2.0 || ~3.3.0", + "statamic/cms": "~3.2.0 || ~3.3.0 || ~3.4.0", "ext-json": "*" }, "require-dev": {