From fdd85c2b6df1222e899decd166351f1119c26b8c Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:10:29 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#166) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 403c3cf..809cf17 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.", "type": "silverstripe-vendormodule", "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/framework": "^6", "silverstripe/cms": "^6" },