From 93b6655cf41e2345ac5f5ff4e81b2d97cec5246a Mon Sep 17 00:00:00 2001 From: "valeriya.lukinykh" Date: Thu, 27 Feb 2025 15:23:35 +0700 Subject: [PATCH] ENSITECH-278 Support Pest v3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 76cc5b3..ee851d3 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", - "pestphp/pest": "^1.22 || ^2.0", - "pestphp/pest-plugin-laravel": "^1.1 || ^2.0", + "pestphp/pest": "^1.22 || ^2.0 || ^3.0", + "pestphp/pest-plugin-laravel": "^1.1 || ^2.0 || ^3.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.11", "spaze/phpstan-disallowed-calls": "^2.15",