-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 983 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
{
"name": "nwdrupal/nwdrupalwebsite",
"description": "NWDUG Site",
"type": "project",
"require": {
"drupal/core": "~8.0",
"drush/drush": "~9.0",
"dms/meetup-api-client": "2.0.0",
"drupal/admin_toolbar": "^1.23",
"drupal/antibot": "^1.2",
"drupal/xmlsitemap": "^1.0@alpha",
"drupal/recaptcha": "^2.3"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"docroot/core": ["type:drupal-core"],
"docroot/libraries/{$name}": ["type:drupal-library"],
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
}
},
"require-dev": {
"geerlingguy/drupal-vm": "^5.2"
}
}