-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 961 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "drupal/salesforce",
"description": "Provides Drupal modules to integrate with Salesforce.",
"type": "drupal-module",
"homepage": "https://drupal.org/project/salesforce",
"authors": [
{
"name": "Aaron Bauman (aaronbauman)",
"homepage": "https://www.drupal.org/u/aaronbauman",
"role": "Maintainer"
},
{
"name": "Alexander Rhodes (ironsizide)",
"homepage": "https://www.drupal.org/u/ironsizide",
"role": "Maintainer"
}
],
"support": {
"issues": "https://drupal.org/project/issues/salesforce",
"source": "http://cgit.drupalcode.org/salesforce"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"require": {
"consolidation/output-formatters": "^3.2.0",
"drupal/dynamic_entity_reference": "^2.0@alpha",
"drupal/encrypt": "^3.0@rc",
"drupal/typed_data": "^1.0@alpha",
"lusitanian/oauth": "^0.8.11"
}
}