forked from dutchiexl/BehatHtmlFormatterPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 678 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 678 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
30
{
"name": "ceniy/behat-html-formatter",
"description": "This will create a html formatter for Behat.",
"authors": [
{
"name": "Neal Vanmeert",
"email": "neal@emuse.be"
}
],
"require": {
"php": ">=5.3.0",
"twig/twig":"~1.5|~2.0",
"behat/behat": "~3.0",
"behat/gherkin": "~4.2"
},
"require-dev": {
"symfony/process": ">2.3,<4.0",
"phpunit/phpunit": "~4.1"
},
"autoload": {
"psr-4": {
"emuse\\BehatHTMLFormatter\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}