-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
28 lines (28 loc) · 948 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
{
"name": "su-sws/drupal-caravan",
"description": "All the tools you need for running behat and visual regression tests within your site directory.",
"type": "project",
"require": {
"behat/behat": "^3.3",
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"bex/behat-screenshot": "^1.2",
"jcalderonzumba/gastonjs": "^1.1",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.3",
"behat/mink-selenium2-driver": "^1.3.1",
"drupal/drupal-extension": "~3.0",
"weavora/mink-extra-context": "dev-master",
"drupal/drupal-driver": "^1.2.1",
"psr/log": "*",
"emuse/behat-html-formatter": "dev-master",
"lakion/mink-debug-extension": "^1.2",
"geerlingguy/drupal-vm": "4.5"
},
"authors": [
{
"name": "Kellie Brownell",
"email": "[email protected]"
}
]
}