From 8a1a157aff020272349068ba69a127baa866a643 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 31 Jul 2024 12:21:05 +0800 Subject: [PATCH] wip --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 302c561..6352349 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ }, "require": { "php": "^8.1", - "orchestra/testbench": "^8.20 || ^9.0", + "orchestra/testbench": "^8.24 || ^9.2", "pestphp/pest": "^2.12", "pestphp/pest-plugin-laravel": "^2.2", "symfony/polyfill-php82": "^1.28", "symfony/polyfill-php83": "^1.28" }, "require-dev": { - "orchestra/testbench-dusk": "^8.22.2 || ^9.0.2", + "orchestra/testbench-dusk": "^8.27 || ^9.5", "laravel/pint": "^1.11", "phpstan/phpstan": "^1.11", "phpstan/phpstan-strict-rules": "^1.5.1",