From 93d69f1278341540091566dac8694cca664373fc Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:18:20 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#377) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3885cd1..726d09f 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "silverstripe-recipe", "description": "The SilverStripe Framework Installer", "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/recipe-plugin": "2.x-dev", "silverstripe/vendor-plugin": "2.x-dev", "silverstripe/recipe-cms": "6.x-dev",