Merge branch '5.0.x' into 3349963-pushpull-revisions
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 4 additions, 3 deletions...src/Plugin/SalesforceAuthProvider/SalesforceJWTPlugin.php
- modules/salesforce_logger/src/EventSubscriber/SalesforceLoggerSubscriber.php 1 addition, 1 deletion...logger/src/EventSubscriber/SalesforceLoggerSubscriber.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/src/Plugin/Validation/Constraint/UniqueFieldsConstraintValidator.php 2 additions, 1 deletion...Validation/Constraint/UniqueFieldsConstraintValidator.php
- modules/salesforce_mapping_ui/src/MappedObjectList.php 2 additions, 1 deletionmodules/salesforce_mapping_ui/src/MappedObjectList.php
- modules/salesforce_mapping_ui/src/Tests/SalesforceMappingCrudFormTest.php 6 additions, 8 deletions...ce_mapping_ui/src/Tests/SalesforceMappingCrudFormTest.php
- src/Controller/SalesforceAuthListBuilder.php 11 additions, 11 deletionssrc/Controller/SalesforceAuthListBuilder.php
- src/Rest/RestClient.php 10 additions, 2 deletionssrc/Rest/RestClient.php
- src/Rest/RestResponseDescribe.php 6 additions, 0 deletionssrc/Rest/RestResponseDescribe.php
- src/SelectQuery.php 14 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