forked from lucatume/wp-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.09 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (47 loc) · 1.09 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
47
{
"name": "lucatume/wp-browser",
"type": "library",
"description": "WordPress extension of the PhpBrowser class.",
"keywords": [
"wordpress",
"codeception"
],
"homepage": "http://github.com/lucatume/wp-browser",
"license": "MIT",
"authors": [
{
"name": "theAverageDev (Luca Tumedei)",
"email": "luca@theaveragedev.com",
"homepage": "http://theaveragedev.com",
"role": "Developer"
}
],
"prefer-stable": true,
"require": {
"lucatume/wp-browser-commons": "^1.2.5",
"lucatume/codeception-setup-local": "~1.0",
"wp-cli/wp-cli": "^1.1",
"symfony/process": "~2.1",
"antecedent/patchwork": "^2.0",
"codeception/codeception": "^2.3"
},
"autoload": {
"psr-4": {
"Codeception\\": "src\\Codeception",
"tad\\": "src\\tad"
},
"files": [
"src/tad/WPBrowser/functions.php"
]
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
"ofbeaton/console-tester": "^1.1",
"site5/phantoman": "^1.1",
"vlucas/phpdotenv": "^2.4",
"eventviva/php-image-resize": "^1.6"
},
"bin": [
"wpcept"
]
}