{
    "name": "accredible/acms-api-php",
    "description": "PHP wrappers for Accredible ACMS API",
    "license": "MIT",
    "authors": [
        {
            "name": "Alan Heppenstall",
            "email": "alan@accredible.com"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "ACMS\\": "src",
            "ACMS\\Tests\\": "tests"
        }
    },
    "require": {
        "php": ">=7.2",
        "guzzlehttp/guzzle": "^7.10.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0 || ^10.0"
    }
}
