We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5da179 + 5d5c6f2 commit a5bbc1cCopy full SHA for a5bbc1c
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "php": "^7.2",
+ "php": "^7.2||^8.0",
22
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
23
"spatie/laravel-webhook-client": "^2.0"
24
},
tests/TestCase.php
@@ -56,7 +56,8 @@ protected function getPackageProviders($app)
56
57
protected function disableExceptionHandling()
58
{
59
- $this->app->instance(ExceptionHandler::class, new class extends Handler {
+ $this->app->instance(ExceptionHandler::class, new class extends Handler
60
+ {
61
public function __construct()
62
63
0 commit comments