-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
52 lines (52 loc) · 1.52 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
46
47
48
49
50
51
52
{
"name": "drupal/scheduler",
"description": "Automatically publish and unpublish content at specified dates and times.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://drupal.org/project/scheduler",
"require-dev": {
"drupal/rules": "^3",
"drush/drush": ">=9",
"drupal/devel_generate": ">=4",
"drupal/commerce": "^2.0"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"authors": [
{
"name": "Eric Schaefer (Eric Schaefer)",
"homepage": "https://www.drupal.org/u/eric-schaefer",
"role": "Maintainer"
},
{
"name": "Jonathan Smith (jonathan1055)",
"homepage": "https://www.drupal.org/u/jonathan1055",
"role": "Maintainer"
},
{
"name": "Pieter Frenssen (pfrenssen)",
"homepage": "https://www.drupal.org/u/pfrenssen",
"role": "Maintainer"
},
{
"name": "Rick Manelius (rickmanelius)",
"homepage": "https://www.drupal.org/u/rickmanelius",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/scheduler",
"source": "https://git.drupalcode.org/project/scheduler"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
}
}