Merge remote-tracking branch 'original/5.0.x' into 3396890-allow-logging-push
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- modules/salesforce_example/src/EventSubscriber/SalesforceExampleSubscriber.php 1 addition, 1 deletion...ample/src/EventSubscriber/SalesforceExampleSubscriber.php
- modules/salesforce_jwt/src/Plugin/SalesforceAuthProvider/SalesforceJWTPlugin.php 1 addition, 1 deletion...src/Plugin/SalesforceAuthProvider/SalesforceJWTPlugin.php
- modules/salesforce_mapping/config/schema/salesforce_mapping.schema.yml 24 additions, 24 deletions...force_mapping/config/schema/salesforce_mapping.schema.yml
- modules/salesforce_mapping_ui/salesforce_mapping_ui.module 10 additions, 2 deletionsmodules/salesforce_mapping_ui/salesforce_mapping_ui.module
- src/Controller/SalesforceAuthListBuilder.php 11 additions, 11 deletionssrc/Controller/SalesforceAuthListBuilder.php
- src/Rest/RestResponseDescribe.php 6 additions, 0 deletionssrc/Rest/RestResponseDescribe.php
- src/SelectQuery.php 25 additions, 1 deletionsrc/SelectQuery.php
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
"consolidation/output-formatters": "^3.2.0 || ^4.1", | "consolidation/output-formatters": "^3.2.0 || ^4.1", | ||
"lusitanian/oauth": "^0.8.11", | "lusitanian/oauth": "^0.8.11", | ||
"firebase/php-jwt": "^5.0 || ^6.0", | "firebase/php-jwt": "^5.0 || ^6.0", | ||
"drupal/address": "^1.8", | "drupal/address": "^1.8 || ^2.0", | ||
"drupal/key": "^1.14", | "drupal/key": "^1.14", | ||
"drupal/dynamic_entity_reference": "^1.9 || ^2.0 || ^3 || ^4", | "drupal/dynamic_entity_reference": "^1.9 || ^2.0 || ^3 || ^4", | ||
"drupal/typed_data": "^1.0-beta2", | "drupal/typed_data": "^1.0-beta2", | ||
... | ... |
Please register or sign in to comment