MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
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"
        }
    ]
}