1
0
mirror of synced 2024-11-22 05:16:09 +03:00
bitrix-module/composer.json

29 lines
818 B
JSON
Raw Normal View History

2019-02-28 14:45:39 +03:00
{
"name": "retailcrm/bitrix-module",
"scripts": {
"pre-module-install": "cp -R intaro.retailcrm $BITRIX_PATH/bitrix/modules",
"tests": "vendor/bin/phpunit -c phpunit.xml.dist --whitelist=$BITRIX_PATH/bitrix/modules/intaro.retailcrm"
2019-02-28 14:45:39 +03:00
},
"description": "Integration module for Bitrix & RetailCRM",
"license": "MIT",
2019-02-28 14:45:39 +03:00
"type": "bitrix-module",
"authors": [
{
"name": "RetailDriver LLC",
"email": "integration@retailcrm.ru"
}
],
"require": {
"ext-json": "*",
2021-05-31 16:33:02 +03:00
"ext-mbstring": "*",
"ext-tokenizer": "*",
2021-05-31 16:33:02 +03:00
"ext-xmlwriter": "*"
2019-02-28 14:45:39 +03:00
},
"require-dev": {
"phpunit/phpunit": "^8.5",
2020-09-25 12:31:45 +03:00
"vlucas/phpdotenv": "^3.3",
"mockery/mockery" : "^1.0",
"fakerphp/faker": "^1.21"
2019-02-28 14:45:39 +03:00
}
}