{ "name": "spatie/laravel-ray", "description": "Easily debug Laravel apps", "license": "MIT", "keywords": [ "spatie", "laravel-ray" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "homepage": "https://github.com/spatie/laravel-ray", "funding": [ { "type": "github", "url": "https://github.com/sponsors/spatie" }, { "type": "other", "url": "https://spatie.be/open-source/support-us" } ], "require": { "php": "^7.4|^8.0", "ext-json": "*", "composer-runtime-api": "^2.2", "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0", "illuminate/database": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0", "illuminate/queue": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0", "illuminate/support": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0", "spatie/backtrace": "^1.7.1", "spatie/ray": "^1.44.0", "symfony/stopwatch": "4.2|^5.1|^6.0|^7.0|^8.0", "zbateson/mail-mime-parser": "^1.3.1|^2.0|^3.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.3", "laravel/framework": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0", "laravel/pint": "^1.25", "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "pestphp/pest": "^1.22|^2.0|^3.0|^4.0", "phpstan/phpstan": "^1.10.57|^2.0.2", "phpunit/phpunit": "^9.3|^10.1|^11.0.10|^12.4", "rector/rector": "^0.19.2|^1.0.1|^2.0.0", "spatie/pest-plugin-snapshots": "^1.1|^2.0", "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3|^8.0" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Spatie\\LaravelRay\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\LaravelRay\\Tests\\": "tests" } }, "config": { "allow-plugins": { "pestphp/pest-plugin": true }, "sort-packages": true }, "extra": { "branch-alias": { "dev-main": "1.x-dev" }, "laravel": { "providers": [ "Spatie\\LaravelRay\\RayServiceProvider" ] } }, "scripts": { "analyse": "vendor/bin/phpstan", "format": "vendor/bin/pint", "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage" } }