Skip to content

Commit 784c1a8

Browse files
committed
Fix tests
1 parent c55470b commit 784c1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"require-dev": {
2929
"orchestra/testbench": "^8.19 || ^9.0 || ^10.0",
3030
"pestphp/pest": "^2.32 || ^3.0",
31-
"pestphp/pest-plugin-laravel": "^2.2",
32-
"pestphp/pest-plugin-livewire": "^2.1"
31+
"pestphp/pest-plugin-laravel": "^2.2 || ^3.0",
32+
"pestphp/pest-plugin-livewire": "^2.1 || ^3.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)