Skip to content
Snippets Groups Projects
Commit 48b30c36 authored by Aaron Bauman's avatar Aaron Bauman Committed by Aaron Bauman
Browse files

Issue #3170137 by AaronBauman: Add sub-module dependencies to require-dev so...

Issue #3170137 by AaronBauman: Add sub-module dependencies to require-dev so that merge-request tests will work
parent 9a58000f
No related branches found
No related tags found
No related merge requests found
......@@ -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.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment