composer.json 555 Bytes
{
    "name": "fehrlich/immoscout24-api-php",
    "description": "PHP Client for interacting with the Immoscout24 REST API",
    "type": "library",
    "authors": [
        {
            "name": "fehrlich",
            "email": "franz.ehrlich@googlemail.com"
        }
    ],
    "require": {
        "guzzlehttp/guzzle-services": "^1.1",
        "guzzlehttp/oauth-subscriber": "^0.3.0",
        "guzzlehttp/guzzle": "^6.3"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "fehrlich\\ImmoScoutAPI\\": "src/"
        }
    }
}