Skip to content

Commit b65f943

Browse files
committed
Bump dependencies for Laravel 11
1 parent 991abdf commit b65f943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"illuminate/support": "^8.0|^9.0|^10.0",
22+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
2323
"spatie/laravel-webhook-client": "^3.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.0|^7.0|^8.0",
26+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
2727
"phpunit/phpunit": "^9.4|^10.0"
2828
},
2929
"autoload": {
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"suggest": {
40-
"binary-cats/laravel-lob-webhooks": "^9.0"
40+
"binary-cats/laravel-lob-webhooks": "^9.0"
4141
},
4242
"scripts": {
4343
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html coverage -d pcov.enabled",

0 commit comments

Comments
 (0)