From 18ed5568da522bf5e218be5dc91832b6561b65e8 Mon Sep 17 00:00:00 2001 From: mantle-ci Date: Thu, 30 Nov 2023 20:29:46 +0000 Subject: [PATCH] Bump split monorepo to PHP 8.2 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5049aa7..1174a1d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["testing", "mantle"], "type": "library", "require": { - "php": "^8.0", + "php": "^8.1", "alleyinteractive/composer-wordpress-autoloader": "^1.0", "mantle-framework/config": "^0.12", "mantle-framework/container": "^0.12", @@ -13,9 +13,9 @@ "mantle-framework/faker": "^0.12", "mantle-framework/support": "^0.12", "mantle-framework/testing": "^0.12", - "nunomaduro/collision": "^6.4", - "phpunit/phpunit": "^9.6.10", - "symfony/http-foundation": "^6.0.20" + "nunomaduro/collision": "^6.0 || ^7.0", + "phpunit/phpunit": "^9.3.3|^10.0.7", + "symfony/http-foundation": "^6.0" }, "extra": { "wordpress-autoloader": {