{
"name": "dmamontov/gollos-restapi",
"description": "PHPClient to work with through Gollos Rest API.",
"type": "library",
"keywords": ["api", "client", "gollos", "rest"],
"version": "1.0.0",
"license": "BSD-3-Clause",
"homepage": "http://www.slobel.ru/",
"authors": [
{
"name": "Dmitry Mamontov",
"email": "hello@slobel.ru",
"role": "lead"
}
],
"require": {
"php": ">=5.3.0"
},
"support": {
"email": "support@slobel.ru"
},
"autoload": {
"files": ["GollosRestApi.php"]
},
"extra": {
"branch-alias": {
"dev-master": "1.0.0.x-dev"
}
}
}
|