File: /home/imensosw/www/mpl.imenso.co/vendor/spatie/laravel-ray/composer.json
{
"name": "spatie/laravel-ray",
"description": "Easily debug Laravel apps",
"keywords": [
"spatie",
"laravel-ray"
],
"homepage": "https://github.com/spatie/laravel-ray",
"license": "MIT",
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"require": {
"ext-json": "*",
"php": "^7.3|^8.0",
"illuminate/contracts": "^7.20|^8.0",
"illuminate/database": "^7.20|^8.13",
"illuminate/queue": "^7.20|^8.13",
"illuminate/support": "^7.20|^8.13",
"spatie/backtrace": "^1.0",
"spatie/ray": "^1.19",
"symfony/stopwatch": "4.2|^5.1",
"zbateson/mail-mime-parser": "^1.3.1"
},
"require-dev": {
"facade/ignition": "^2.5",
"laravel/framework": "^7.20|^8.19",
"orchestra/testbench-core": "^5.0|^6.0",
"phpunit/phpunit": "^9.3",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"autoload": {
"psr-4": {
"Spatie\\LaravelRay\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spatie\\LaravelRay\\Tests\\": "tests"
}
},
"scripts": {
"psalm": "vendor/bin/psalm",
"test": "vendor/bin/phpunit --colors=always",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Spatie\\LaravelRay\\RayServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/spatie"
},
{
"type": "other",
"url": "https://spatie.be/open-source/support-us"
}
]
}