forked from pods-framework/pods-gravity-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 930 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
{
"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" : "http://pods.io/"
},
{
"name" : "Scott Kingsley Clark",
"email" : "[email protected]",
"homepage" : "http://scottkclark.com/",
"role" : "Lead Developer"
},
{
"name" : "Naomi C. Bush | gravity+",
"email" : "[email protected]",
"homepage" : "https://gravityplus.pro"
}
],
"support" : {
"issues" : "https://github.com/pods-framework/pods-gravity-forms/issues",
"source" : "https://github.com/pods-framework/pods-gravity-forms"
},
"require" : {
"composer/installers" : "~1.0",
"php" : ">=5.3"
}
}