opencart-module/composer.json
Akolzin Dmitry 6701bc03bb Tests
2018-09-27 16:46:04 +03:00

40 lines
1.1 KiB
JSON

{
"name": "retailcrm/opencart-module",
"description": "Integration module for Opencart & RetailCRM",
"license": "GPL-3.0",
"type": "project",
"authors": [
{
"name": "RetailDriverLLC",
"email": "integration@retailcrm.ru"
}
],
"version": "3.1.0-alpha1",
"require-dev": {
"opencart/opencart" : "3.1.0.0_a1",
"vlucas/phpdotenv": "~1.1.0",
"phpunit/phpunit" : "^6",
"beyondit/opencart-test-suite": "~3.0",
"consolidation/robo": "~1",
"henrikbjorn/lurker": "^1.2"
},
"config": {
"bin-dir": "bin/",
"preferred-install": "source"
},
"extra": {
"opencart-dir" : "www"
},
"scripts" : {
"test-library": "bin/phpunit --testsuite library-tests --colors=always",
"test-admin": "bin/phpunit --testsuite admin-tests --colors=always",
"test-catalog": "bin/phpunit --testsuite catalog-tests --colors=always",
"test": [
"@test-library",
"@test-admin",
"@test-catalog"
],
"setup" : "bin/robo opencart:setup"
}
}