We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4012b commit 8fa32cfCopy full SHA for 8fa32cf
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
include:
15
- laravel: 12.*
16
testbench: 9.*
17
- pest-plugin-laravel: 3.0.0
+ pest-plugin-laravel: 3.1.0
18
19
- laravel: 11.*
20
composer.json
@@ -25,8 +25,8 @@
25
"laravel/framework": "^9.0|^10.0|^11.0|^12.0"
26
},
27
"require-dev": {
28
- "pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0|^3.0.0",
29
- "orchestra/testbench": "^7.0|^8.0|^9.0"
+ "pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0|^3.1.0",
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0"
30
31
"autoload": {
32
"psr-4": {
0 commit comments