From f192c07d7b0a79ce3d76f0330eb3fac6b02dda5e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:17:28 +1200 Subject: [PATCH] DEP Limit PHP support for CMS 6 (#467) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3365682..81a842a6 100755 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "silverstripe/framework": "^6", "symfony/cache": "^6.1", "silverstripe/vendor-plugin": "^2"