{
    "name": "mgp25/instagram-php",
    "description": "Instagram PHP",
    "license": "MIT",
    "keywords": [
        "Instagram",
        "Private API",
        "PHP"
    ],
    "support": {
        "issues": "https://github.com/mgp25/Instagram-php/issues",
        "wiki": "https://github.com/mgp25/Instagram-php/wiki",
        "source": "https://github.com/mgp25/Instagram-php"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "require": {
        "php": ">=5.6",
        "ext-curl": "*",
        "ext-gd" : "*"
    }
}
