From 1196fe3236326158c2fb926b602ece62617292fe Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 19 Aug 2024 17:10:26 +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 e2e716c..4f1634e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SilverStripe configuration based on YAML and class statics", "license": "BSD-3-Clause", "require": { - "php": "^8.1", + "php": "^8.3", "symfony/finder": "^6.1", "symfony/yaml": "^6.1", "marcj/topsort": "^2.0.0",