From 8b40f9bf70c0669392bfe3f887477a850078c733 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:14:08 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#211) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c1908a..435b130 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/admin": "^3", "silverstripe/framework": "^6", "symfony/http-foundation": "^6.1",