forked from Behat/CommonFormatters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (28 loc) · 820 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
{
"name": "behat/common-formatters",
"type": "behat-extension",
"description": "Commonly used formatters for Behat",
"keywords": ["BDD", "Behat"],
"homepage": "http://behat.org/",
"license": "MIT",
"authors": [
{
"name": "Fabian Kiss",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"webignition/json-pretty-print": "dev-master",
"hasbridge/json-schema-validator": "dev-master"
},
"require-dev": {
"behat/behat": "~2.4.0",
"phpunit/phpunit": "~3.7.24"
},
"autoload": {
"psr-0": {
"Behat\\CommonFormatters": "src/"
}
}
}