![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.intellicart.co/vendor/spatie/laravel-ray/ |
{ "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": "[email protected]", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "ext-json": "*", "php": "^7.4|^8.0", "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0", "illuminate/database": "^7.20|^8.19|^9.0|^10.0", "illuminate/queue": "^7.20|^8.19|^9.0|^10.0", "illuminate/support": "^7.20|^8.19|^9.0|^10.0", "spatie/backtrace": "^1.0", "spatie/ray": "^1.37", "symfony/stopwatch": "4.2|^5.1|^6.0", "zbateson/mail-mime-parser": "^1.3.1|^2.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.3", "laravel/framework": "^7.20|^8.19|^9.0|^10.0", "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0", "pestphp/pest": "^1.22", "phpstan/phpstan": "^0.12.93", "phpunit/phpunit": "^9.3", "spatie/pest-plugin-snapshots": "^1.1" }, "autoload": { "psr-4": { "Spatie\\LaravelRay\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\LaravelRay\\Tests\\": "tests" } }, "scripts": { "analyse": "vendor/bin/phpstan", "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes" }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "extra": { "branch-alias": { "dev-main": "1.29.x-dev" }, "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" } ] }