From 81a3cbc4825d371051a0e3b26c6e324accf73117 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 19 Aug 2024 16:55:52 +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 6bc82213..da312c0f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.3", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.7", "behat/behat": "^3.11.0",