{ "name": "retailcrm/opencart-module", "description": "Integration module for Opencart & RetailCRM", "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" : { "test-admin": "bin/phpunit --coverage-php coverage/admin.cov --testsuite admin-tests --colors=always", "test-catalog": "bin/phpunit --coverage-php coverage/catalog.cov --testsuite catalog-tests --colors=always", "test": [ "@test-admin", "@test-catalog" ], "setup" : "bin/robo --load-from tests/RoboFile.php opencart:setup" } }