From 953a49f6cd4e33a201835db3bb21a7915c86323b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:14:14 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#27) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09b502f..e3a3102 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license": "BSD-3-Clause", "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/framework": "^6", "symfony/event-dispatcher": "^6.1", "psr/event-dispatcher": "^1"