1
0
mirror of synced 2024-11-22 05:16:07 +03:00

composer.json fix

This commit is contained in:
kruglov 2013-07-04 13:09:09 +04:00
parent 599f07318c
commit 11a9d6b6f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -19,7 +19,7 @@
"email": "support@intarocrm.ru" "email": "support@intarocrm.ru"
}, },
"autoload": { "autoload": {
"psr-0": { "IntaroCRM": "lib/" } "psr-0": { "IntaroCrmRestApi": "lib/" }
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {