We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 991abdf + b65f943 commit a98df97Copy full SHA for a98df97
composer.json
@@ -19,11 +19,11 @@
19
],
20
"require": {
21
"php": "^8.0",
22
- "illuminate/support": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
23
"spatie/laravel-webhook-client": "^3.0"
24
},
25
"require-dev": {
26
- "orchestra/testbench": "^6.0|^7.0|^8.0",
+ "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
27
"phpunit/phpunit": "^9.4|^10.0"
28
29
"autoload": {
@@ -37,7 +37,7 @@
37
}
38
39
"suggest": {
40
- "binary-cats/laravel-lob-webhooks": "^9.0"
+ "binary-cats/laravel-lob-webhooks": "^9.0"
41
42
"scripts": {
43
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html coverage -d pcov.enabled",
0 commit comments