From 039a82a794b0fdf9806f8815e5bb8db65954fe80 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 19 Aug 2024 17:11:22 +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 29ecf32..eee58a0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "dragonmantank/cron-expression": "^3", "silverstripe/framework": "^6" },