forked from monksbistro/gravityflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1005 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
{
"name": "gravityflow/gravityflow",
"description": "Gravity Flow.",
"keywords": [
"wordpress",
"gravity forms"
],
"type": "wordpress-plugin",
"homepage": "https://www.gravityflow.io",
"license": "GPL-2.0+",
"authors": [
{
"name": "stevehenty",
"email": "[email protected]",
"homepage": "https://gravityflow.io"
}
],
"support": {
"issues": "https://gravityflow.io"
},
"require-dev": {
"phpunit/phpunit": ">4.0 <7",
"lucatume/wp-browser": "^2.4",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0",
"squizlabs/php_codesniffer": "3.*",
"vlucas/phpdotenv": "^2.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "2.1.0"
}
}