{
    "name": "firebearstudio/client-prestashop-api",
    "description": "Client Prestashop Api",
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Mario Figueroa",
            "email": "mfigueroa@tmwk.cl"
        }
    ],
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/firebearstudio/client-prestashop-api"
        }
    ],
    "require": {
        "php": ">=5.3.9"
    },
    "autoload": {
        "psr-4": {
            "TMWK\\ClientPrestashopApi\\": ""
        }
    }
}
