mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-01-23 03:01:41 +03:00
Update composer.json
This commit is contained in:
parent
d1e1abcea3
commit
7412a6e7e7
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "intarocrm/opencart-module",
|
"name": "intarocrm/opencart-module",
|
||||||
"description": "Prestashop integration for IntaroCRM",
|
"description": "Opencart integration for IntaroCRM",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["api", "Intaro CRM", "rest"],
|
"keywords": ["api", "Intaro CRM", "rest"],
|
||||||
"homepage": "http://www.intarocrm.ru/",
|
"homepage": "http://www.retailcrm.ru/",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Alex Lushpai",
|
"name": "Alex Lushpai",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3",
|
"php": ">=5.3",
|
||||||
"intarocrm/rest-api-client": "1.3.*",
|
"retailcrm/rest-api-client": "1.3.*",
|
||||||
"symfony/console": "dev-master",
|
"symfony/console": "dev-master",
|
||||||
"monolog/monolog": "dev-master"
|
"monolog/monolog": "dev-master"
|
||||||
},
|
},
|
||||||
@ -24,11 +24,5 @@
|
|||||||
"psr-0": {
|
"psr-0": {
|
||||||
"": "/"
|
"": "/"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/intarocrm/rest-api-client"
|
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user