From 8e84d9def746ec1fc4dad3a5b4418abb555f2ce6 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:09:20 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#1318) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad7059c..a2f08c1 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/framework": "^6", "silverstripe/cms": "^6", "symbiote/silverstripe-gridfieldextensions": "^5",