{
    "name": "saloonphp/laravel-http-sender",
    "description": "Laravel HTTP Client Sender for Saloon v2+",
    "license": "MIT",
    "type": "library",
    "authors": [
        {
            "name": "Sam Carré",
            "email": "29132017+Sammyjo20@users.noreply.github.com",
            "role": "Developer"
        }
    ],
    "homepage": "https://github.com/sammyjo20",
    "require": {
        "php": "^8.1",
        "illuminate/http": "^10.32",
        "saloonphp/saloon": "^3.1"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.5",
        "pestphp/pest": "^1.23",
        "phpstan/phpstan": "^1.9",
        "spatie/ray": "^1.33",
        "orchestra/testbench": "^8.0"
    },
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Saloon\\HttpSender\\": "src/",
            "Saloon\\HttpSender\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "scripts": {
        "fix-code": [
            "./vendor/bin/php-cs-fixer fix --allow-risky=yes"
        ],
        "pstan": [
            "./vendor/bin/phpstan analyse"
        ],
        "test": [
            "./vendor/bin/pest"
        ]
    }
}
