From b8c9e00924e34fd8a5067c3b061aa9494899946c Mon Sep 17 00:00:00 2001 From: Laurens Kuiper Date: Thu, 30 Jul 2026 14:54:41 +0200 Subject: [PATCH] build: allow php 8.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 994c156..32c39b5 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } }, "require": { - "php": "^8.2|^8.3", + "php": "^8.2|^8.3|^8.4", "laravel/framework": "^11.0 | ^12.0", "statamic/cms": "^5.0" },