-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
50 lines (50 loc) · 1.23 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
{
"name": "pods-framework/pods-gravity-forms",
"description": "Pods Gravity Forms Add-On",
"type": "wordpress-plugin",
"keywords": [
"pods",
"wordpress",
"gravityforms",
"gravity-forms"
],
"homepage": "https://github.com/pods-framework/pods-gravity-forms",
"license": "GPL-2.0+",
"authors": [
{
"name": "Pods Framework Team",
"email": "[email protected]",
"homepage": "https://pods.io/"
},
{
"name": "Scott Kingsley Clark",
"email": "[email protected]",
"homepage": "https://www.scottkclark.com/",
"role": "Lead Developer"
},
{
"name": "Naomi C. Bush | gravity+",
"email": "[email protected]",
"homepage": "https://gravityplus.pro",
"role": "Contributing Developer"
}
],
"support": {
"issues": "https://github.com/pods-framework/pods-gravity-forms/issues",
"source": "https://github.com/pods-framework/pods-gravity-forms"
},
"autoload": {
"psr-4": {
"Pods\\GF\\": "tests/integration/Pods/GF/",
"Pods\\GF\\Tests\\": "tests/_support/"
}
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4"
},
"require-dev": {
"lucatume/wp-browser": "^3.0",
"vlucas/phpdotenv": "^4.2"
}
}