Skip to content

Commit b27ff00

Browse files
author
Logan Craft
committed
Add laravel 11 support.
1 parent 397e826 commit b27ff00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"require": {
2222
"php": "^8.0",
2323
"spatie/laravel-package-tools": "^1.9.2",
24-
"illuminate/contracts": "^8.73|^9.0|^10.0"
24+
"illuminate/contracts": "^8.73|^9.0|^10.0|^11.0"
2525
},
2626
"require-dev": {
2727
"nunomaduro/collision": "^5.10|^6.0|^7.0",
2828
"nunomaduro/larastan": "^1.0",
29-
"orchestra/testbench": "^6.22|^7.0|^8.0",
29+
"orchestra/testbench": "^6.22|^7.0|^8.0|^9.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",
3232
"phpstan/extension-installer": "^1.1",
3333
"phpstan/phpstan-deprecation-rules": "^1.0",
3434
"phpstan/phpstan-phpunit": "^1.0",
35-
"phpunit/phpunit": "^9.5|^10.0",
35+
"phpunit/phpunit": "^9.5|^10.0|^11.0",
3636
"spatie/laravel-ray": "^1.26"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)