This repository was archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·45 lines (45 loc) · 1.41 KB
/
composer.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.41 KB
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
38
39
40
41
42
43
44
45
{
"name": "knplabs/friendly-contexts",
"description": "Some BEHAT contexts",
"autoload": {
"psr-0": {
"Knp\\FriendlyExtension": "src/"
}
},
"require": {
"behat/behat": "~3.0",
"fzaninotto/faker": "~1.0",
"guzzle/guzzle": "~3.7",
"nelmio/alice": "~1",
"symfony/property-access": "~2.0",
"swiftmailer/swiftmailer": "~5.0"
},
"require-dev": {
"symfony/http-kernel": "~2.0",
"symfony/framework-bundle": "~2.0",
"doctrine/common": "~2.0",
"doctrine/data-fixtures": "~1.0",
"doctrine/orm": "~2.0",
"doctrine/inflector": "~1.0",
"behat/mink-extension": "~2.0",
"behat/mink-goutte-driver": "~1.0",
"behat/mink-selenium2-driver": "~1.0",
"phpspec/phpspec": "~2.0",
"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"
},
"minimum-stability": "stable"
}