-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 812 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 812 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": "troopers/behat-contexts",
"description": "Library of contexts",
"type": "library",
"require": {
"php": ">=5.5.9",
"behat/behat": "~3.0",
"knplabs/friendly-contexts": "~0.7",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
"symfony/property-access": ">=2.8|~3.0"
},
"license": "MIT",
"authors": [
{
"name": "Charlie Lucas",
"email": "charlielucas.cl@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "~5.7.0",
"mikey179/vfsStream": "~1.6.0",
"swiftmailer/swiftmailer": "~5.0",
"symfony/http-kernel": ">=2.7|~3.0"
},
"autoload": {
"psr-0": { "Troopers\\BehatContexts": "src/" }
},
"homepage": "http://troopers.agency"
}