-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
24 lines (24 loc) · 886 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
{
"name": "vincenzodibiaggio/testable-drupal",
"description": "A simple set of tools and files to make your Drupal Installation a Testable Drupal Installation Based on Behat, Mink and using Selenium2, Phantomjs and CasperJs, provide a basic structure to integrate with your tests.",
"keywords": ["drupal", "behat", "test", "mink", "selenium2", "phantomJs", "casperJs"],
"license": "GPL-2.0",
"authors": [
{
"name": "Vincenzo Di Biaggio",
"email": "vincenzodb@vincenzodb.com"
}
],
"require": {
"behat/behat": "2.4.*@stable",
"behat/mink": "1.*@stable",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"drupal/drupal-extension": "*"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
}
}