opencart-module/system/library/intarocrm/composer.json

29 lines
665 B
JSON
Raw Normal View History

2014-08-15 13:35:22 +04:00
{
2015-01-09 16:11:49 +03:00
"name": "retailcrm/opencart-module",
2015-01-08 14:39:48 +03:00
"description": "Opencart integration for IntaroCRM",
2014-08-15 13:35:22 +04:00
"type": "library",
"keywords": ["api", "Intaro CRM", "rest"],
2015-01-08 14:39:48 +03:00
"homepage": "http://www.retailcrm.ru/",
2014-08-15 13:35:22 +04:00
"authors": [
{
"name": "Alex Lushpai",
"email": "lushpai@intaro.ru",
"role": "Developer"
}
],
"support": {
"email": "support@intarocrm.ru"
},
"require": {
"php": ">=5.3",
2015-01-09 16:11:49 +03:00
"retailcrm/api-client-php": "1.3.*",
2015-01-27 12:34:01 +03:00
"symfony/console": "2.6.*",
"monolog/monolog": "2.6.*"
2014-08-15 13:35:22 +04:00
},
"autoload": {
"psr-0": {
"": "/"
}
2015-01-08 14:39:48 +03:00
}
2014-08-15 13:35:22 +04:00
}