opencart-module/system/library/intarocrm/composer.json
2015-01-27 12:36:04 +03:00

29 lines
666 B
JSON

{
"name": "retailcrm/opencart-module",
"description": "Opencart integration for IntaroCRM",
"type": "library",
"keywords": ["api", "Intaro CRM", "rest"],
"homepage": "http://www.retailcrm.ru/",
"authors": [
{
"name": "Alex Lushpai",
"email": "lushpai@intaro.ru",
"role": "Developer"
}
],
"support": {
"email": "support@intarocrm.ru"
},
"require": {
"php": ">=5.3",
"retailcrm/api-client-php": "1.3.*",
"symfony/console": "2.6.*",
"monolog/monolog": "1.12.*"
},
"autoload": {
"psr-0": {
"": "/"
}
}
}