1
0
mirror of synced 2024-11-21 21:06:07 +03:00

composer.son added

This commit is contained in:
kruglov 2013-07-04 11:57:37 +04:00
parent 25f04baa17
commit fae840b108
2 changed files with 29 additions and 0 deletions

29
composer.json Normal file
View 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"
}
}
}