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',
|
||||
|
||||
4
vendor/spatie/ignition/README.md
vendored
4
vendor/spatie/ignition/README.md
vendored
@@ -1,11 +1,7 @@
|
||||
|
||||
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)
|
||||
|
||||
# Ignition: a beautiful error page for PHP apps
|
||||
|
||||
[](https://packagist.org/packages/spatie/ignition)
|
||||
[](https://github.com/spatie/ignition/actions/workflows/run-tests.yml)
|
||||
[](https://github.com/spatie/ignition/actions/workflows/phpstan.yml)
|
||||
[](https://packagist.org/packages/spatie/ignition)
|
||||
|
||||
[Ignition](https://flareapp.io/docs/ignition-for-laravel/introduction) is a beautiful and customizable error page for
|
||||
|
||||
1
vendor/spatie/ignition/composer.json
vendored
1
vendor/spatie/ignition/composer.json
vendored
@@ -21,7 +21,6 @@
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"spatie/flare-client-php": "^1.1",
|
||||
"monolog/monolog": "^2.0",
|
||||
"symfony/console": "^5.4|^6.0",
|
||||
"symfony/var-dumper": "^5.4|^6.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user