From 37b49af764aaeaecd15486000a38919f283d7694 Mon Sep 17 00:00:00 2001 From: Viktor Mazur Date: Thu, 28 Mar 2024 16:38:18 +0200 Subject: [PATCH] Fix with Carbon 3 Add support test Laravel 9, 10, 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7acf78d..2d88dde 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", - "pestphp/pest": "^2.12", - "pestphp/pest-plugin-laravel": "^2.3", + "pestphp/pest": "^1.23|^2.12", + "pestphp/pest-plugin-laravel": "^1.4|^2.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "spatie/laravel-health": "^1.2" + "spatie/laravel-health": "^1.27" }, "autoload": { "psr-4": {