Add sub-module dependencies to require dev so that merge request testing will work
... | ... | @@ -36,6 +36,15 @@ |
"lusitanian/oauth": "^0.8.11", | ||
"ext-json": "*" | ||
}, | ||
"require-dev": { | ||
"drupal/key": "^1.14", | ||
"firebase/php-jwt": "^5.0", | ||
"lusitanian/oauth": "^0.8.11", | ||
"drupal/dynamic_entity_reference": "^1.9 || ^2.0@alpha10", | ||
"drupal/typed_data": "^1.0-alpha5", | ||
"messageagency/force.com-toolkit-for-php": "^1.0.1", | ||
"ext-soap": "*" | ||
}, | ||
"suggest": { | ||
"drupal/dynamic_entity_reference": "Required for salesforce_mapping.", | ||
"drupal/typed_data": "Required for salesforce_mapping.", | ||
... | ... |
Please register or sign in to comment