-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1 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
33
34
35
36
37
38
39
40
41
{
"name": "barkley/drupal-boilerplate",
"description": "Base setup for Barkley Drupal projects.",
"license": "MIT",
"authors": [
{
"name": "Joshua Petry",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Brian Zungali",
"email": "[email protected]",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drush/drush": "^12.4",
"drupal/paragraphs": "^1.15",
"drupal/twig_tweak": "^3.2",
"drupal/pathauto": "^1.11",
"drupal/xmlsitemap": "^1.5",
"drupal/linkit": "^6.1",
"drupal/webform": "^6.2",
"drupal/recaptcha": "^3.2",
"drupal/quick_node_clone": "^1.17",
"drupal/entity_type_clone": "^4.0",
"drupal/field_group": "^3.4",
"drupal/redirect": "^1.9",
"drupal/imce": "^3.0",
"drupal/backup_migrate": "^5.0",
"drupal/metatag": "^2.0",
"drupal/admin_toolbar": "3.4"
}
}