1
0
mirror of synced 2024-11-24 06:16:27 +03:00

Update composer.json

This commit is contained in:
Kruglov Kirill 2013-07-05 14:18:52 +04:00
parent 3751962239
commit 6e524624aa
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Add IntaroCRM REST API client in your composer.json:
```js
{
"require": {
"intarocrm/crm-rest-api": "dev-master"
"intarocrm/rest-api-client": "dev-master"
}
}
```

View File

@ -1,8 +1,8 @@
{
"name": "intarocrm/crm-rest-api",
"name": "intarocrm/rest-api-client",
"description": "PHP Client for IntaroCRM REST API",
"type": "library",
"keywords": ["api", "Intaro CRM", "REST"],
"keywords": ["api", "Intaro CRM", "rest"],
"homepage": "http://www.intarocrm.ru/",
"authors": [
{