-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
51 lines (50 loc) · 1.28 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name":"inboundnow/landing-page",
"description":"Landing Page Framework for WordPress",
"keywords":["landing pages", "inbound now", "inbound marketing", "splt testing", "lp"],
"homepage":"http://inboundnow.com.com/",
"type":"library",
"license":"GPL",
"authors":[
{
"name":"Hudson Atwell",
"email":"[email protected]",
"homepage":"http://www.twitter.com/atwellpub/"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"ext-json": "*",
"ext-mbstring": "*",
"phpunit/phpunit": "~4.7.0"
},
"config": {
"bin-dir": "tests/bin"
},
"require-dev": {
"badcow/lorem-ipsum": "*",
"codeception/codeception": "*",
"codeception/specify": "~0.3",
"lucatume/wp-browser": "master@dev",
"wp-cli/wp-cli": "*"
},
"suggest": {
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
"codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions",
"phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
},
"autoload":{
"psr-0":{
"Codeception":"src",
"WPBrowser":"src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"bin":["codecept"]
}