From bdfb44a31217c6dc8b362f1371ccdb4678b5f05a Mon Sep 17 00:00:00 2001 From: Stefan Gruna Date: Thu, 4 Jul 2024 11:17:31 +0200 Subject: [PATCH] chore: update supported statamic version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bdf67ea..ec1a150 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "license": "MIT", "name": "tfd/statamic-cloudinary", "require": { - "statamic/cms": "^3.1 || ^4.0" + "statamic/cms": "^3.1 || ^4.0 || ^5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2",