From cf93e316ffc13c6d8a2366e9a1a1d5043ac836ef Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 9 Nov 2022 20:09:40 +0000 Subject: [PATCH] chore: bumps dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 96d315e6..6351539b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^7.3 || ^8.0", "nunomaduro/collision": "^5.11.0|^6.3.0", "pestphp/pest-plugin": "^1.1.0", - "phpunit/phpunit": "^9.5.24" + "phpunit/phpunit": "^9.5.26" }, "autoload": { "psr-4": { @@ -40,9 +40,9 @@ ] }, "require-dev": { - "illuminate/console": "^8.83.23", - "illuminate/support": "^8.83.23", - "laravel/dusk": "^6.25.1", + "illuminate/console": "^8.83.26", + "illuminate/support": "^8.83.26", + "laravel/dusk": "^6.25.2", "pestphp/pest-dev-tools": "^1.0.0", "pestphp/pest-plugin-parallel": "^1.2" },