Skip to content

Commit 9444bb3

Browse files
authored
ENSITECH-20 (#6)
ENSITECH-20 support pest 2
1 parent adc5eb3 commit 9444bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
}
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^6.23 || ^7.0",
29-
"pestphp/pest": "^1.22",
30-
"pestphp/pest-plugin-laravel": "^1.1",
28+
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0",
29+
"pestphp/pest": "^1.22 || ^2.0",
30+
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
3131
"spatie/laravel-ray": "^1.23",
3232
"friendsofphp/php-cs-fixer": "^3.2",
3333
"php-parallel-lint/php-var-dump-check": "^0.5.0"

0 commit comments

Comments
 (0)