{
    "name": "ably/ably-php",
    "description": "Ably REST client library for PHP.",
    "keywords": ["messaging", "messages", "ably"],
    "homepage": "https://www.ably.io/",
    "require": {
        "php": ">=5.4",
        "ext-json" : "*",
        "ext-curl" : "*",
        "ext-openssl" : "*"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.5"
    },
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Ably",
            "email": "support@ably.io"
        }
    ],
    "autoload": {
        "psr-4": {
            "Ably\\": "src/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    }
}
