From 150a2db2e7409d4edba84ef29bc238bfa5071b9a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:10:32 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#121) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7732ee..b529f0f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/framework": "^6", "silverstripe/admin": "^3" },