Skip to content

Commit a1a1402

Browse files
committed
Support older versions of Pest, in order to support Laravel 10.
1 parent d944ab5 commit a1a1402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"statamic-rad-pack/runway": "^7.13 || ^8.0",
4646
"orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0",
4747
"phpunit/phpunit": "^10.5.35 || ^11.0",
48-
"pestphp/pest": "^3.0",
49-
"pestphp/pest-plugin-laravel": "^3.0",
48+
"pestphp/pest": "^2.2 || ^3.0",
49+
"pestphp/pest-plugin-laravel": "^2.0 || ^3.0",
5050
"spatie/ray": "^1.17",
5151
"spatie/test-time": "^1.3"
5252
},

0 commit comments

Comments
 (0)