2018-06-13 16:13:08 +03:00
|
|
|
{
|
|
|
|
"name": "retailcrm/opencart-module",
|
2020-04-10 11:36:10 +03:00
|
|
|
"description": "Integration module for Opencart & retailCRM",
|
2018-06-13 16:13:08 +03:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"type": "project",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "RetailDriverLLC",
|
|
|
|
"email": "integration@retailcrm.ru"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin/",
|
|
|
|
"preferred-install": "source"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"opencart-dir" : "www"
|
|
|
|
},
|
|
|
|
"scripts" : {
|
2020-02-18 21:42:50 +03:00
|
|
|
"test-admin": "bin/phpunit --coverage-php coverage/admin.cov --testsuite admin-tests --colors=always",
|
2020-02-18 18:22:03 +03:00
|
|
|
"test-catalog": "bin/phpunit --coverage-php coverage/catalog.cov --testsuite catalog-tests --colors=always",
|
2020-02-18 18:17:59 +03:00
|
|
|
"test": [
|
|
|
|
"@test-admin",
|
|
|
|
"@test-catalog"
|
|
|
|
],
|
2020-02-17 17:46:01 +03:00
|
|
|
"setup" : "bin/robo --load-from tests/RoboFile.php opencart:setup"
|
2020-02-19 11:49:32 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"consolidation/robo": "~1.0"
|
2018-06-13 16:13:08 +03:00
|
|
|
}
|
|
|
|
}
|