opencart-module/composer.json

32 lines
840 B
JSON
Raw Normal View History

2018-06-13 16:13:08 +03:00
{
"name": "retailcrm/opencart-module",
"description": "Integration module for Opencart & RetailCRM",
"license": "GPL-3.0",
"type": "project",
"authors": [
{
"name": "RetailDriverLLC",
"email": "integration@retailcrm.ru"
}
],
"require-dev": {
"opencart/opencart" : "2.3.0.2",
"vlucas/phpdotenv": "~1.1.0",
"phpunit/phpunit" : "~4.0",
"beyondit/opencart-test-suite": "~2.3.0",
"consolidation/robo": "~1",
"henrikbjorn/lurker": "^1.2"
},
"config": {
"bin-dir": "bin/",
"preferred-install": "source"
},
"extra": {
"opencart-dir" : "www"
},
"scripts" : {
2020-02-18 18:01:27 +03:00
"test": "bin/phpunit --testsuite tests --colors=always",
2020-02-17 17:46:01 +03:00
"setup" : "bin/robo --load-from tests/RoboFile.php opencart:setup"
2018-06-13 16:13:08 +03:00
}
}