validation-bugsnag-email
This commit is contained in:
3
vendor/spatie/flare-client-php/README.md
vendored
3
vendor/spatie/flare-client-php/README.md
vendored
@@ -1,6 +1,3 @@
|
||||
|
||||
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)
|
||||
|
||||
# Send PHP errors to Flare
|
||||
|
||||
[](https://packagist.org/packages/spatie/flare-client-php)
|
||||
|
2
vendor/spatie/flare-client-php/composer.json
vendored
2
vendor/spatie/flare-client-php/composer.json
vendored
@@ -11,7 +11,7 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/pipeline": "^8.0|^9.0",
|
||||
"illuminate/pipeline": "^8.0|^9.0|^10.0",
|
||||
"spatie/backtrace": "^1.2",
|
||||
"symfony/http-foundation": "^5.0|^6.0",
|
||||
"symfony/mime": "^5.2|^6.0",
|
||||
|
@@ -15,6 +15,8 @@ class Client
|
||||
|
||||
protected int $timeout;
|
||||
|
||||
protected $lastRequest = null;
|
||||
|
||||
public function __construct(
|
||||
?string $apiToken = null,
|
||||
string $baseUrl = 'https://reporting.flareapp.io/api',
|
||||
|
Reference in New Issue
Block a user