forked from elkanroelen/behatformatter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 718 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 718 Bytes
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
{
"name": "elkan/behatformatter",
"description": "This will create a formatter for Behat 3! Fast, Easy and Pretty!",
"license": "MIT",
"authors": [
{
"name": "Elkan Roelen",
"email": "roelen@elkan.nl"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"twig/twig":"~1.0",
"behat/behat": "~3.0",
"behat/mink": "^1.7",
"behat/mink-extension": "*",
"behat/mink-selenium2-driver": "^1.3"
},
"require-dev": {
"symfony/process": "~3.0",
"phpunit/phpunit": "~4.1"
},
"autoload": {
"psr-4": {
"elkan\\BehatFormatter\\": "src/"
}
}
}