-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
32 lines (32 loc) · 1.12 KB
/
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
{
"name": "balsama/d8contrib",
"description": "A place to automate the download and testing of modules not in the Lightning Distribution.",
"type": "drupal-module",
"license": "GPL-2.0+",
"authors": [
{
"name": "Adam Balsam",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"drupal/field_collection": "8.1.0-alpha1",
"drupal/address": "8.1.0-beta3",
"drupal/focal_point": "8.1.0-beta1",
"drupal/config_update": "8.1.1",
"drupal/entity_print": "8.1.3",
"drupal/csv_serialization": "8.1.0-alpha1",
"drupal/views_rest_feed": "8.1.0-alpha1",
"drupal/autologout": "8.1.0-rc2",
"drupal/contact_storage": "8.1.0-beta4",
"drupal/externalauth": "8.1.0-alpha3",
"drupal/login_tracker": "8.1.0",
"drupal/sharethis": "8.2.0-beta2",
"drupal/captcha": "dev-8.x-1.x",
"drupal/recaptcha": "dev-8.x-2.x",
"drupal/ultimate_cron": "8.2.0-alpha1",
"drupal/services": "8.4.0-alpha4",
"drupal/calendar": "dev-8.x-1.x"
}
}