From 78b3c41825db68097e59ba6633b6f96f9bda4329 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 12 Dec 2022 13:45:28 +0000 Subject: [PATCH] chore: bumps phpunit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6351539b..48763867 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.26" + "phpunit/phpunit": "^9.5.27" }, "autoload": { "psr-4": { @@ -40,8 +40,8 @@ ] }, "require-dev": { - "illuminate/console": "^8.83.26", - "illuminate/support": "^8.83.26", + "illuminate/console": "^8.83.27", + "illuminate/support": "^8.83.27", "laravel/dusk": "^6.25.2", "pestphp/pest-dev-tools": "^1.0.0", "pestphp/pest-plugin-parallel": "^1.2"