forked from aitboudad/FriendlyContexts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 981 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
32
33
34
35
36
37
{
"name": "knplabs/friendly-contexts",
"description": "Some BEHAT contexts",
"autoload": {
"psr-0": { "Knp\\FriendlyContexts": "src/"}
},
"require": {
"php": ">=5.4.0",
"behat/behat": "~3.0",
"symfony/property-access": "~2.3|~3.0|~4.0",
"doctrine/inflector": "~1.0",
"doctrine/data-fixtures": "~1.0",
"behat/mink-extension": "~2.0",
"fzaninotto/faker": "~1.4",
"nelmio/alice": "~2.0",
"guzzle/guzzle": "~3.7"
},
"require-dev": {
"phpspec/phpspec": "~2.4|~3.0",
"doctrine/orm": "~2.5",
"knplabs/phpspec-welldone-extension": "dev-master"
},
"license": "MIT",
"authors": [
{
"name": "KnpLabs",
"homepage": "http://knplabs.com"
},
{
"name": "Pedrotroller",
"homepage": "https://github.com/PedroTroller"
}
],
"config": {
"bin-dir": "bin"
}
}