1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/composer.json

29 lines
665 B
JSON
Raw Normal View History

2013-07-04 11:57:37 +04:00
{
2013-07-04 12:44:41 +04:00
"name": "intarocrm/crm-rest-api",
"description": "PHP Client for IntaroCRM REST API",
2013-07-04 11:57:37 +04:00
"type": "library",
"keywords": ["api", "Intaro CRM"],
"homepage": "http://www.intarocrm.ru/",
"authors": [
{
"name": "Kruglov Kirill",
"email": "kruglov@intaro.ru",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0",
"ext-curl": "*"
},
"support": {
"email": "support@intarocrm.ru"
},
"autoload": {
2013-07-04 13:09:09 +04:00
"psr-0": { "IntaroCrmRestApi": "lib/" }
2013-07-04 11:57:37 +04:00
},
"extra": {
"branch-alias": {
2013-07-04 12:50:01 +04:00
"dev-master": "1.0.x-dev"
2013-07-04 11:57:37 +04:00
}
}
}