Skip to content

Commit 30096cd

Browse files
committed
Add support for Laravel 11
1 parent bfd67af commit 30096cd

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
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require-dev": {
12-
"orchestra/testbench": "^5.0|^6.23|^7.0|^8.0",
13-
"pestphp/pest": "^1.21",
12+
"orchestra/testbench": "^5.0|^6.23|^7.0|^8.0|^9.0",
13+
"pestphp/pest": "^1.21|^2.0",
1414
"pestphp/pest-plugin-laravel": "^1.1",
1515
"friendsofphp/php-cs-fixer": "^3.9"
1616
},

0 commit comments

Comments
 (0)