From f7c177f1cc180493e2a52a2b39a548fd5ba16d65 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Sun, 12 May 2024 14:07:45 +0200 Subject: [PATCH] Support Statamic 5 and Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ebfe92a..1c3579d 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^10.0", - "statamic/cms": "^4.0" + "illuminate/support": "^10.0|^11.0", + "statamic/cms": "^4.0|^5.0" }, "require-dev": { "orchestra/testbench": "^8.0",