composer.json fix
This commit is contained in:
parent
599f07318c
commit
11a9d6b6f0
@ -17,7 +17,7 @@ Add IntaroCRM REST API client in your composer.json:
|
||||
```js
|
||||
{
|
||||
"require": {
|
||||
"intaro/crm-rest-api": "1.0.*"
|
||||
"intarocrm/crm-rest-api": "dev-master"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -19,7 +19,7 @@
|
||||
"email": "support@intarocrm.ru"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "IntaroCRM": "lib/" }
|
||||
"psr-0": { "IntaroCrmRestApi": "lib/" }
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
Loading…
Reference in New Issue
Block a user