repair composer attempt 2
This commit is contained in:
parent
b1aab3655a
commit
fe4490a33b
2 changed files with 420 additions and 161 deletions
|
@ -5,6 +5,7 @@
|
|||
"tests": "php vendor/bin/phpunit -c phpunit.xml.dist --whitelist=$BITRIX_PATH/bitrix/modules/intaro.retailcrm"
|
||||
},
|
||||
"description": "Integration module for Bitrix & RetailCRM",
|
||||
"license": "MIT",
|
||||
"type": "bitrix-module",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -15,8 +16,8 @@
|
|||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"ext-tokenizer": "^7.4"
|
||||
"ext-tokenizer": "*",
|
||||
"ext-xmlwriter": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7",
|
||||
|
|
576
composer.lock
generated
576
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue