forked from silverstripe/silverstripe-behat-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (34 loc) · 994 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
36
{
"name": "silverstripe/behat-extension",
"type": "behat-extension",
"description": "SilverStripe framework extension for Behat",
"keywords": ["framework", "web", "bdd", "silverstripe"],
"homepage": "http://silverstripe.org",
"license": "MIT",
"authors": [
{
"name": "Michal Ochman",
"email": "[email protected]"
},
{
"name": "Ingo Schommer",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"phpunit/phpunit": "3.7.x-dev",
"behat/behat": "2.4.*@stable",
"behat/mink": "1.4@stable",
"behat/mink-extension": "1.0@stable",
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*",
"silverstripe/testsession": "*",
"silverstripe/framework": ">=3.1.x-dev"
},
"autoload": {
"psr-0": {
"SilverStripe\\BehatExtension": "src/"
}
}
}