{
    "name": "usystems/webling-api-php",
    "description": "Lightweight Webling API Wrapper",
    "license": "MIT",
    "authors": [
        {
            "name": "Demian Holderegger",
            "email": "support@webling.ch"
        }
    ],
    "type": "library",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": ">=5.4.0",
        "ext-curl": "*",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.8 <6.0"
    },
    "autoload": {
        "psr-0": {
            "Webling": "src/"
        }
    }
}
