-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 753 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 753 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
{
"name": "ulff/behat-rest-api-extension",
"type": "behat-extension",
"description": "Behat context for testing REST API calls",
"keywords": ["behat", "behat-extension", "php7", "php5", "behat context", "REST API"],
"license": "MIT",
"authors": [
{
"name": "Olaf Gałązka",
"email": "ulff.pl@gmail.com",
"homepage": "http://ulff.pl/"
}
],
"require": {
"php": ">=5.5",
"behat/behat": "^3.1",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"behat/symfony2-extension": "^2.1",
"codifico/parameter-bag-extension": "dev-master"
},
"autoload": {
"psr-4": { "Ulff\\BehatRestApiExtension\\": "" }
}
}