Skip to content

Commit dfb4aea

Browse files
Added Pest 3 support
1 parent 510c4dc commit dfb4aea

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
@@ -41,8 +41,8 @@
4141
"require-dev": {
4242
"guzzlehttp/guzzle": "^7.8",
4343
"orchestra/testbench": "^8.0 || ^9.0",
44-
"pestphp/pest": "^2.34",
45-
"pestphp/pest-plugin-laravel": "^2.4",
44+
"pestphp/pest": "^2.34 || ^3.0",
45+
"pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
4646
"spatie/laravel-data": "^4.8"
4747
},
4848
"minimum-stability": "stable",
@@ -81,4 +81,4 @@
8181
"@php vendor/bin/pest --compact"
8282
]
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)