-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
63 lines (63 loc) · 2.13 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "brainsum/drupal-behat-testing",
"description": "Drupal testing with Behat.",
"type": "behat-extension",
"keywords": ["drupal", "web", "test", "brainsum", "behat","extension","bdd"],
"homepage": "https://github.com/brainsum/drupal-behat-testing",
"require": {
"php": "^7.2",
"ext-json": "*",
"ext-zip": "*",
"behat/behat": "^3.5",
"behat/debug-extension": "^1.0",
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.3",
"bex/behat-screenshot": "^1.2",
"ciaranmcnulty/behat-stepthroughextension": "^1.0",
"drupal/core": "^8.6",
"drupal/drupal-extension": "^4.0",
"facebook/webdriver": "^1.7",
"jcalderonzumba/gastonjs": "^1.2",
"jcalderonzumba/mink-phantomjs-driver": "^0.3.3",
"novaway/common-contexts": "^2.3",
"phpunit/phpunit": "^6.5",
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/browser-kit": "^3.4",
"symfony/console": "^3.4",
"symfony/yaml": "^3.4",
"vanare/behat-cucumber-json-formatter": "^1.1",
"zalas/behat-no-extension": "^2.1"
},
"require-dev": {
"bossa/phpspec2-expect": "^3.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"drupal-composer/drupal-security-advisories": "8.x-dev",
"drupal/coder": "^8.3",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpcompatibility/php-compatibility": "^9.3",
"roave/security-advisories": "dev-master"
},
"suggest": {
"drupal/scheduled_updates": "Required for using the ScheduledUpdateTrait."
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "mhavelant",
"email": "mhavelant@brainsum.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Brainsum\\DrupalBehatTesting\\": "src"
}
}
}