From 4e14a0f5bb540e278b758aa376f0ecf0afe6b872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Alves?= Date: Mon, 20 Mar 2023 14:57:18 +0100 Subject: [PATCH] Update PEST and co. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index cbae8a6..b108159 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "require": { "php": "^7.4|^8.0|^8.1|^8.2", "ext-bcmath": "*", - "spatie/laravel-package-tools": "^1.14.0", + "spatie/laravel-package-tools": "^1.14.2", "illuminate/contracts": "^10.0" }, "require-dev": { - "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.9", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^2.0", + "laravel/pint": "^1.6", + "nunomaduro/collision": "^7", + "orchestra/testbench": "^8.0.10", + "pestphp/pest": "^2.0.1", "pestphp/pest-plugin-arch": "^2.0", "pestphp/pest-plugin-laravel": "^2.0" }, @@ -65,4 +65,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}