From c33524b05a9944cb4bfbf99ce5515f21b44d06d8 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 5 Dec 2023 18:29:15 +0100 Subject: [PATCH] wip --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 5e3dc6b4..2e208860 100644 --- a/composer.json +++ b/composer.json @@ -33,18 +33,18 @@ "require-dev": { "laravel/horizon": "^5.9.10", "laravel/slack-notification-channel": "^2.4", - "nunomaduro/collision": "^5.10|^6.2.1|^6.1|^7.0", + "nunomaduro/collision": "^5.10|^6.2.1|^6.1", "nunomaduro/larastan": "^1.0.3|^2.4", "orchestra/testbench": "^6.23|^7.6|^8.0", - "pestphp/pest": "^2.21.3", - "pestphp/pest-plugin-laravel": "^2.0", + "pestphp/pest": "^1.21.3", + "pestphp/pest-plugin-laravel": "^1.2", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1.1", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^9.5.21|^9.5.10", "spatie/laravel-ray": "^1.30", - "spatie/pest-plugin-snapshots": "^2.0", - "spatie/pest-plugin-test-time": "^2.0", + "spatie/pest-plugin-snapshots": "^1.1", + "spatie/pest-plugin-test-time": "^1.1.1|^1.1", "spatie/test-time": "^1.3" }, "autoload": {