-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (39 loc) · 1.16 KB
/
composer.json
File metadata and controls
46 lines (39 loc) · 1.16 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
46
{
"name": "staffim/behat-mail-extension",
"type": "library",
"description": "Behat extension for testing mail communications.",
"keywords": ["Behat", "BDD", "mail"],
"homepage": "http://github.com/staffim/BehatMailExtension",
"license": "MIT",
"support": {
"issues": "https://github.com/staffim/BehatMailExtension/issues",
"wiki": "https://github.com/staffim/BehatMailExtension/wiki"
},
"authors": [
{
"name": "Andrey Fureev",
"email": "a.fureev@staffim.ru"
},
{
"name": "Alexey Shockov",
"email": "alexey@shockov.com",
"homepage": "http://alexey.shockov.com/"
}
],
"require": {
"php": ">=5.3.2",
"behat/behat": ">=2.4.0",
"behat/mink-extension": ">=1.0.0",
"zetacomponents/mail": "dev-master",
"alexeyshockov/colada": "1.0.*"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@beta"
},
"autoload": {
"psr-0": { "Staffim\\Behat\\MailExtension": "src/" }
},
"config": {
"bin-dir": "bin"
}
}