-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.15 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
42
43
44
45
{
"name": "thunder/testsite_builder",
"description": "Provides Drupal console command to create site configuration and content based on Sampler module report",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/config_update": "^1.6",
"drupal/update_helper": "^2.0||^3.0.2",
"ext-json": "*",
"ext-pcntl": "*",
"php": ">=7.0.0"
},
"authors": [
{
"name": "Christian Fritsch",
"email": "[email protected]"
},
{
"name": "Mladen Todorovic",
"email": "[email protected]"
},
{
"name": "Daniel Bosen",
"email": "[email protected]"
},
{
"name": "Volker Killesreiter",
"email": "[email protected]"
},
{
"name": "Alex Pott",
"email": "[email protected]"
}
],
"require-dev": {
"drush/drush": "~10.2"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
}
}