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 521b01c commit b31d41eCopy full SHA for b31d41e
.github/workflows/php.yml
@@ -15,7 +15,7 @@ jobs:
15
- laravel: 12.*
16
testbench: 10.*
17
termwind: 2.*
18
- pest: 2.*
+ pest: 3.*
19
- laravel: 11.*
20
testbench: 9.*
21
composer.json
@@ -35,8 +35,8 @@
35
"require-dev": {
36
"illuminate/testing": "^9.0|^10.0|^11.44.1|^12.1.1",
37
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
38
- "pestphp/pest": "^1.1|^2.0",
39
- "pestphp/pest-plugin-mock": "^1.0|^2.0",
+ "pestphp/pest": "^1.1|^2.0|^3.0",
+ "pestphp/pest-plugin-mock": "^1.0|^2.0|^3.0",
40
"roave/security-advisories": "dev-latest",
41
"vimeo/psalm": "^6.0"
42
},
0 commit comments