{ "name": "spatie/ray", "description": "Debug with Ray to fix problems faster", "license": "MIT", "keywords": [ "spatie", "ray" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "homepage": "https://github.com/spatie/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-curl": "*", "ext-json": "*", "ramsey/uuid": "^3.0|^4.1", "spatie/backtrace": "^1.7.1", "spatie/macroable": "^1.0|^2.0", "symfony/stopwatch": "^4.2|^5.1|^6.0|^7.0|^8.0", "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3|^8.0" }, "require-dev": { "illuminate/support": "^7.20|^8.18|^9.0|^10.0|^11.0|^12.0", "nesbot/carbon": "^2.63|^3.8.4", "pestphp/pest": "^1.22", "phpstan/phpstan": "^1.10.57|^2.0.3", "phpunit/phpunit": "^9.5", "rector/rector": "^0.19.2|^1.0.1|^2.0.0", "spatie/phpunit-snapshot-assertions": "^4.2", "spatie/test-time": "^1.2" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Spatie\\Ray\\": "src" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "Spatie\\Ray\\Tests\\": "tests" } }, "bin": [ "bin/remove-ray.sh" ], "config": { "allow-plugins": { "pestphp/pest-plugin": true }, "sort-packages": true }, "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "scripts": { "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", "phpstan": "vendor/bin/phpstan analyse", "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage" } }