From d39fee21b7cf59099f1646fafc4567773f12d89f Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 29 Feb 2024 09:24:37 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e7881b2..9ea8b68 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "require-dev": { "laravel/pint": "^0.2.2", "nunomaduro/collision": "^6.0", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0", + "larastan/larastan": "^2.0.1", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpstan/extension-installer": "^1.1",