-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 985 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
31
32
33
34
35
{
"name": "drupal/cucumber_core",
"description": "Provides core configurations for the Cucumber Automated Functional Acceptance Testing Management system.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/cucumber_core",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Webship.co",
"homepage": "http://webship.co",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/cucumber_core",
"source": "http://cgit.drupalcode.org/cucumber_core"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0",
"drupal/webpatches": "~10.0",
"drupal/webconfig": "~10.0",
"drupal/webdev": "~10.0",
"drupal/webadmin": "~10.0",
"drupal/webassets": "~10.0",
"drupal/gherkin": "~1.0",
"drupal/views_accordion": "~2.0.0"
}
}