86a51c8401
* cli Bitrix installation * update travis config * update installer
25 lines
773 B
JSON
Executable File
25 lines
773 B
JSON
Executable File
{
|
|
"name": "retailcrm/bitrix-module",
|
|
"scripts": {
|
|
"pre-module-install": "cp -R intaro.retailcrm $BITRIX_PATH/bitrix/modules",
|
|
"tests": "php vendor/bin/phpunit -c phpunit.xml.dist --whitelist=$BITRIX_PATH/bitrix/modules/intaro.retailcrm",
|
|
"tests7": "phpunit -c phpunit.xml.dist --whitelist=$BITRIX_PATH/bitrix/modules/intaro.retailcrm"
|
|
},
|
|
"description": "Integration module for Bitrix & RetailCRM",
|
|
"type": "bitrix-module",
|
|
"authors": [
|
|
{
|
|
"name": "RetailDriver LLC",
|
|
"email": "integration@retailcrm.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7",
|
|
"vlucas/phpdotenv": "^3.3"
|
|
}
|
|
}
|