Skip to content

Commit fcbf786

Browse files
Merge pull request #14 from marcogermani87/patch-1
Add support for Laravel 12.x
2 parents 2fb4978 + 032c785 commit fcbf786

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"require-dev": {
3030
"laravel/pint": "^1.0",
3131
"nunomaduro/collision": "^7.9|^8.1",
32-
"orchestra/testbench": "^8.0",
33-
"pestphp/pest": "^2.0",
34-
"pestphp/pest-plugin-arch": "^2.0",
35-
"pestphp/pest-plugin-laravel": "^2.0"
32+
"orchestra/testbench": "^8.0|^9.0|^10.0",
33+
"pestphp/pest": "^2.0|^3.7",
34+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
35+
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)