From 880f13e9d49c9dafb1f52992ef9253c7ac9f728f Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 19 Aug 2024 17:08:50 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8cfeafc..5b5c98a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/framework": "^6" }, "require-dev": {