composer.son added
This commit is contained in:
parent
25f04baa17
commit
fae840b108
29
composer.json
Normal file
29
composer.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "intaro/crm-rest-api",
|
||||||
|
"description": "PHP class that provides a simple way to interact with Intaro CRM Rest API",
|
||||||
|
"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": {
|
||||||
|
"psr-0": { "Intaro": "lib/" }
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.0.x-dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user