Last active
January 24, 2024 22:00
-
-
Save soruh/d52e87e4a1dcebd6edb52bc0260703d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/composer.json b/composer.json | |
| index 25595571f..23b274391 100644 | |
| --- a/composer.json | |
| +++ b/composer.json | |
| @@ -44,6 +44,7 @@ | |
| "prologue/alerts": "~1.1.0", | |
| "psr/cache": "~3.0.0", | |
| "s1lentium/iptools": "~1.2.0", | |
| + "spatie/ignition": "~1.12.0", | |
| "spatie/laravel-fractal": "~6.0.3", | |
| "spatie/laravel-query-builder": "~5.1.2", | |
| "staudenmeir/belongs-to-through": "~2.13", | |
| diff --git a/composer.lock b/composer.lock | |
| index e1d83de06..bb0ee7942 100644 | |
| --- a/composer.lock | |
| +++ b/composer.lock | |
| @@ -4,7 +4,7 @@ | |
| "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | |
| "This file is @generated automatically" | |
| ], | |
| - "content-hash": "c825c79676768901c780446d7550a7f6", | |
| + "content-hash": "a06378324c1581ee1c3f0bbb7729361e", | |
| "packages": [ | |
| { | |
| "name": "aws/aws-crt-php", | |
| @@ -4694,6 +4694,136 @@ | |
| }, | |
| "time": "2022-08-17T14:28:59+00:00" | |
| }, | |
| + { | |
| + "name": "spatie/backtrace", | |
| + "version": "1.2.2", | |
| + "source": { | |
| + "type": "git", | |
| + "url": "https://github.com/spatie/backtrace.git", | |
| + "reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1" | |
| + }, | |
| + "dist": { | |
| + "type": "zip", | |
| + "url": "https://api.github.com/repos/spatie/backtrace/zipball/7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1", | |
| + "reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1", | |
| + "shasum": "" | |
| + }, | |
| + "require": { | |
| + "php": "^7.3|^8.0" | |
| + }, | |
| + "require-dev": { | |
| + "ext-json": "*", | |
| + "phpunit/phpunit": "^9.3", | |
| + "symfony/var-dumper": "^5.1" | |
| + }, | |
| + "type": "library", | |
| + "autoload": { | |
| + "psr-4": { | |
| + "Spatie\\Backtrace\\": "src" | |
| + } | |
| + }, | |
| + "notification-url": "https://packagist.org/downloads/", | |
| + "license": [ | |
| + "MIT" | |
| + ], | |
| + "authors": [ | |
| + { | |
| + "name": "Freek Van de Herten", | |
| + "email": "freek@spatie.be", | |
| + "homepage": "https://spatie.be", | |
| + "role": "Developer" | |
| + } | |
| + ], | |
| + "description": "A better backtrace", | |
| + "homepage": "https://github.com/spatie/backtrace", | |
| + "keywords": [ | |
| + "Backtrace", | |
| + "spatie" | |
| + ], | |
| + "support": { | |
| + "source": "https://github.com/spatie/backtrace/tree/1.2.2" | |
| + }, | |
| + "funding": [ | |
| + { | |
| + "url": "https://github.com/sponsors/spatie", | |
| + "type": "github" | |
| + }, | |
| + { | |
| + "url": "https://spatie.be/open-source/support-us", | |
| + "type": "other" | |
| + } | |
| + ], | |
| + "time": "2023-02-21T08:29:12+00:00" | |
| + }, | |
| + { | |
| + "name": "spatie/flare-client-php", | |
| + "version": "1.3.5", | |
| + "source": { | |
| + "type": "git", | |
| + "url": "https://github.com/spatie/flare-client-php.git", | |
| + "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42" | |
| + }, | |
| + "dist": { | |
| + "type": "zip", | |
| + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", | |
| + "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", | |
| + "shasum": "" | |
| + }, | |
| + "require": { | |
| + "illuminate/pipeline": "^8.0|^9.0|^10.0", | |
| + "php": "^8.0", | |
| + "spatie/backtrace": "^1.2", | |
| + "symfony/http-foundation": "^5.0|^6.0", | |
| + "symfony/mime": "^5.2|^6.0", | |
| + "symfony/process": "^5.2|^6.0", | |
| + "symfony/var-dumper": "^5.2|^6.0" | |
| + }, | |
| + "require-dev": { | |
| + "dms/phpunit-arraysubset-asserts": "^0.3.0", | |
| + "pestphp/pest": "^1.20", | |
| + "phpstan/extension-installer": "^1.1", | |
| + "phpstan/phpstan-deprecation-rules": "^1.0", | |
| + "phpstan/phpstan-phpunit": "^1.0", | |
| + "spatie/phpunit-snapshot-assertions": "^4.0" | |
| + }, | |
| + "type": "library", | |
| + "extra": { | |
| + "branch-alias": { | |
| + "dev-main": "1.1.x-dev" | |
| + } | |
| + }, | |
| + "autoload": { | |
| + "files": [ | |
| + "src/helpers.php" | |
| + ], | |
| + "psr-4": { | |
| + "Spatie\\FlareClient\\": "src" | |
| + } | |
| + }, | |
| + "notification-url": "https://packagist.org/downloads/", | |
| + "license": [ | |
| + "MIT" | |
| + ], | |
| + "description": "Send PHP errors to Flare", | |
| + "homepage": "https://github.com/spatie/flare-client-php", | |
| + "keywords": [ | |
| + "exception", | |
| + "flare", | |
| + "reporting", | |
| + "spatie" | |
| + ], | |
| + "support": { | |
| + "issues": "https://github.com/spatie/flare-client-php/issues", | |
| + "source": "https://github.com/spatie/flare-client-php/tree/1.3.5" | |
| + }, | |
| + "funding": [ | |
| + { | |
| + "url": "https://github.com/spatie", | |
| + "type": "github" | |
| + } | |
| + ], | |
| + "time": "2023-01-23T15:58:46+00:00" | |
| + }, | |
| { | |
| "name": "spatie/fractalistic", | |
| "version": "2.9.5", | |
| @@ -4755,6 +4885,80 @@ | |
| ], | |
| "time": "2022-04-21T12:26:22+00:00" | |
| }, | |
| + { | |
| + "name": "spatie/ignition", | |
| + "version": "1.12.0", | |
| + "source": { | |
| + "type": "git", | |
| + "url": "https://github.com/spatie/ignition.git", | |
| + "reference": "cc09114b7057bd217b676f047544b33f5b6247e6" | |
| + }, | |
| + "dist": { | |
| + "type": "zip", | |
| + "url": "https://api.github.com/repos/spatie/ignition/zipball/cc09114b7057bd217b676f047544b33f5b6247e6", | |
| + "reference": "cc09114b7057bd217b676f047544b33f5b6247e6", | |
| + "shasum": "" | |
| + }, | |
| + "require": { | |
| + "ext-json": "*", | |
| + "ext-mbstring": "*", | |
| + "php": "^8.0", | |
| + "spatie/flare-client-php": "^1.1", | |
| + "symfony/console": "^5.4|^6.0", | |
| + "symfony/var-dumper": "^5.4|^6.0" | |
| + }, | |
| + "require-dev": { | |
| + "mockery/mockery": "^1.4", | |
| + "pestphp/pest": "^1.20", | |
| + "phpstan/extension-installer": "^1.1", | |
| + "phpstan/phpstan-deprecation-rules": "^1.0", | |
| + "phpstan/phpstan-phpunit": "^1.0", | |
| + "symfony/process": "^5.4|^6.0" | |
| + }, | |
| + "type": "library", | |
| + "extra": { | |
| + "branch-alias": { | |
| + "dev-main": "1.4.x-dev" | |
| + } | |
| + }, | |
| + "autoload": { | |
| + "psr-4": { | |
| + "Spatie\\Ignition\\": "src" | |
| + } | |
| + }, | |
| + "notification-url": "https://packagist.org/downloads/", | |
| + "license": [ | |
| + "MIT" | |
| + ], | |
| + "authors": [ | |
| + { | |
| + "name": "Spatie", | |
| + "email": "info@spatie.be", | |
| + "role": "Developer" | |
| + } | |
| + ], | |
| + "description": "A beautiful error page for PHP applications.", | |
| + "homepage": "https://flareapp.io/ignition", | |
| + "keywords": [ | |
| + "error", | |
| + "flare", | |
| + "laravel", | |
| + "page" | |
| + ], | |
| + "support": { | |
| + "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction", | |
| + "forum": "https://twitter.com/flareappio", | |
| + "issues": "https://github.com/spatie/ignition/issues", | |
| + "source": "https://github.com/spatie/ignition" | |
| + }, | |
| + "funding": [ | |
| + { | |
| + "url": "https://github.com/spatie", | |
| + "type": "github" | |
| + } | |
| + ], | |
| + "time": "2023-02-28T16:49:47+00:00" | |
| + }, | |
| { | |
| "name": "spatie/laravel-fractal", | |
| "version": "6.0.3", | |
| @@ -10548,210 +10752,6 @@ | |
| ], | |
| "time": "2023-02-07T11:34:05+00:00" | |
| }, | |
| - { | |
| - "name": "spatie/backtrace", | |
| - "version": "1.2.2", | |
| - "source": { | |
| - "type": "git", | |
| - "url": "https://github.com/spatie/backtrace.git", | |
| - "reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1" | |
| - }, | |
| - "dist": { | |
| - "type": "zip", | |
| - "url": "https://api.github.com/repos/spatie/backtrace/zipball/7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1", | |
| - "reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1", | |
| - "shasum": "" | |
| - }, | |
| - "require": { | |
| - "php": "^7.3|^8.0" | |
| - }, | |
| - "require-dev": { | |
| - "ext-json": "*", | |
| - "phpunit/phpunit": "^9.3", | |
| - "symfony/var-dumper": "^5.1" | |
| - }, | |
| - "type": "library", | |
| - "autoload": { | |
| - "psr-4": { | |
| - "Spatie\\Backtrace\\": "src" | |
| - } | |
| - }, | |
| - "notification-url": "https://packagist.org/downloads/", | |
| - "license": [ | |
| - "MIT" | |
| - ], | |
| - "authors": [ | |
| - { | |
| - "name": "Freek Van de Herten", | |
| - "email": "freek@spatie.be", | |
| - "homepage": "https://spatie.be", | |
| - "role": "Developer" | |
| - } | |
| - ], | |
| - "description": "A better backtrace", | |
| - "homepage": "https://github.com/spatie/backtrace", | |
| - "keywords": [ | |
| - "Backtrace", | |
| - "spatie" | |
| - ], | |
| - "support": { | |
| - "source": "https://github.com/spatie/backtrace/tree/1.2.2" | |
| - }, | |
| - "funding": [ | |
| - { | |
| - "url": "https://github.com/sponsors/spatie", | |
| - "type": "github" | |
| - }, | |
| - { | |
| - "url": "https://spatie.be/open-source/support-us", | |
| - "type": "other" | |
| - } | |
| - ], | |
| - "time": "2023-02-21T08:29:12+00:00" | |
| - }, | |
| - { | |
| - "name": "spatie/flare-client-php", | |
| - "version": "1.3.5", | |
| - "source": { | |
| - "type": "git", | |
| - "url": "https://github.com/spatie/flare-client-php.git", | |
| - "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42" | |
| - }, | |
| - "dist": { | |
| - "type": "zip", | |
| - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", | |
| - "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", | |
| - "shasum": "" | |
| - }, | |
| - "require": { | |
| - "illuminate/pipeline": "^8.0|^9.0|^10.0", | |
| - "php": "^8.0", | |
| - "spatie/backtrace": "^1.2", | |
| - "symfony/http-foundation": "^5.0|^6.0", | |
| - "symfony/mime": "^5.2|^6.0", | |
| - "symfony/process": "^5.2|^6.0", | |
| - "symfony/var-dumper": "^5.2|^6.0" | |
| - }, | |
| - "require-dev": { | |
| - "dms/phpunit-arraysubset-asserts": "^0.3.0", | |
| - "pestphp/pest": "^1.20", | |
| - "phpstan/extension-installer": "^1.1", | |
| - "phpstan/phpstan-deprecation-rules": "^1.0", | |
| - "phpstan/phpstan-phpunit": "^1.0", | |
| - "spatie/phpunit-snapshot-assertions": "^4.0" | |
| - }, | |
| - "type": "library", | |
| - "extra": { | |
| - "branch-alias": { | |
| - "dev-main": "1.1.x-dev" | |
| - } | |
| - }, | |
| - "autoload": { | |
| - "files": [ | |
| - "src/helpers.php" | |
| - ], | |
| - "psr-4": { | |
| - "Spatie\\FlareClient\\": "src" | |
| - } | |
| - }, | |
| - "notification-url": "https://packagist.org/downloads/", | |
| - "license": [ | |
| - "MIT" | |
| - ], | |
| - "description": "Send PHP errors to Flare", | |
| - "homepage": "https://github.com/spatie/flare-client-php", | |
| - "keywords": [ | |
| - "exception", | |
| - "flare", | |
| - "reporting", | |
| - "spatie" | |
| - ], | |
| - "support": { | |
| - "issues": "https://github.com/spatie/flare-client-php/issues", | |
| - "source": "https://github.com/spatie/flare-client-php/tree/1.3.5" | |
| - }, | |
| - "funding": [ | |
| - { | |
| - "url": "https://github.com/spatie", | |
| - "type": "github" | |
| - } | |
| - ], | |
| - "time": "2023-01-23T15:58:46+00:00" | |
| - }, | |
| - { | |
| - "name": "spatie/ignition", | |
| - "version": "1.4.3", | |
| - "source": { | |
| - "type": "git", | |
| - "url": "https://github.com/spatie/ignition.git", | |
| - "reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0" | |
| - }, | |
| - "dist": { | |
| - "type": "zip", | |
| - "url": "https://api.github.com/repos/spatie/ignition/zipball/2cf3833220cfe8fcf639544f8d7067b6469a00b0", | |
| - "reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0", | |
| - "shasum": "" | |
| - }, | |
| - "require": { | |
| - "ext-json": "*", | |
| - "ext-mbstring": "*", | |
| - "php": "^8.0", | |
| - "spatie/flare-client-php": "^1.1", | |
| - "symfony/console": "^5.4|^6.0", | |
| - "symfony/var-dumper": "^5.4|^6.0" | |
| - }, | |
| - "require-dev": { | |
| - "mockery/mockery": "^1.4", | |
| - "pestphp/pest": "^1.20", | |
| - "phpstan/extension-installer": "^1.1", | |
| - "phpstan/phpstan-deprecation-rules": "^1.0", | |
| - "phpstan/phpstan-phpunit": "^1.0", | |
| - "symfony/process": "^5.4|^6.0" | |
| - }, | |
| - "type": "library", | |
| - "extra": { | |
| - "branch-alias": { | |
| - "dev-main": "1.2.x-dev" | |
| - } | |
| - }, | |
| - "autoload": { | |
| - "psr-4": { | |
| - "Spatie\\Ignition\\": "src" | |
| - } | |
| - }, | |
| - "notification-url": "https://packagist.org/downloads/", | |
| - "license": [ | |
| - "MIT" | |
| - ], | |
| - "authors": [ | |
| - { | |
| - "name": "Spatie", | |
| - "email": "info@spatie.be", | |
| - "role": "Developer" | |
| - } | |
| - ], | |
| - "description": "A beautiful error page for PHP applications.", | |
| - "homepage": "https://flareapp.io/ignition", | |
| - "keywords": [ | |
| - "error", | |
| - "flare", | |
| - "laravel", | |
| - "page" | |
| - ], | |
| - "support": { | |
| - "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction", | |
| - "forum": "https://twitter.com/flareappio", | |
| - "issues": "https://github.com/spatie/ignition/issues", | |
| - "source": "https://github.com/spatie/ignition" | |
| - }, | |
| - "funding": [ | |
| - { | |
| - "url": "https://github.com/spatie", | |
| - "type": "github" | |
| - } | |
| - ], | |
| - "time": "2023-01-23T15:28:32+00:00" | |
| - }, | |
| { | |
| "name": "spatie/laravel-ignition", | |
| "version": "2.0.0", | |
| @@ -11181,5 +11181,5 @@ | |
| "platform-overrides": { | |
| "php": "8.1.0" | |
| }, | |
| - "plugin-api-version": "2.3.0" | |
| + "plugin-api-version": "2.6.0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment