{
    "name": "sendynl/php-sdk",
    "type": "library",
    "description": "A PHP Client for the Sendy API",
    "keywords": [
        "api",
        "php",
        "sendy"
    ],
    "homepage": "https://sendy.nl",
    "license": "MIT",
    "authors": [
        {
            "name": "Sendy",
            "email": "info@sendy.nl"
        }
    ],
    "autoload": {
        "psr-4": {
            "Sendy\\Api\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Sendy\\Api\\Tests\\": "tests/"
        }
    },
    "require": {
        "php": ">=7.4.0",
        "ext-json": "*"
    },
    "config": {
        "platform": {
            "php": "7.4.0"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "phpstan/phpstan": "^1",
        "mockery/mockery": "^1.5",
        "php-cs-fixer/shim": "^3.87",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.1"
    },
    "scripts": {
        "lint": "vendor/bin/php-cs-fixer fix --dry-run --diff",
        "fix": "vendor/bin/php-cs-fixer fix",
        "analyze": "vendor/bin/phpstan",
        "test": "vendor/bin/phpunit"
    }
}
