{
    "name": "spatie/wordpress-ray",
    "type": "wordpress-plugin",
    "description": "Debug WordPress apps with ease",
    "keywords": [
        "spatie",
        "ray",
        "debugging"
    ],
    "homepage": "https://github.com/spatie/wordpress-ray",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.0",
        "ramsey/uuid": "^4.9.1",
        "spatie/backtrace": "^1.8.1",
        "spatie/ray": "^1.44.1",
        "automattic/jetpack-autoloader": "^2.12"
    },
    "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.3",
        "composer/installers": "^1.12",
        "phpunit/phpunit": "^9.6.31",
        "squizlabs/php_codesniffer": "^3.13.5"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\WordPressRay\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\WordPressRay\\Tests\\": "tests"
        }
    },
    "scripts": {
        "psalm": "vendor/bin/psalm",
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage",
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
    },
    "config": {
        "platform": {
            "php": "8.0"
        },
        "sort-packages": true,
        "allow-plugins": {
            "automattic/jetpack-autoloader": true,
            "bamarni/composer-bin-plugin": true,
            "composer/installers": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/spatie"
        }
    ]
}
