11{
2- "name" : " pods-framework/pods-gravity-forms" ,
3- "description" : " Pods Gravity Forms Add-On" ,
4- "type" : " wordpress-plugin" ,
5- "keywords" : [ " pods" , " wordpress" , " gravityforms" , " gravity-forms" ],
6- "homepage" : " https://github.com/pods-framework/pods-gravity-forms" ,
7- "license" : " GPL-2.0+" ,
8- "authors" : [
9- {
10- "name" : " Pods Framework Team" ,
11- "email" : " contact@pods.io" ,
12- "homepage" : " http://pods.io/"
13- },
14- {
15- "name" : " Scott Kingsley Clark" ,
16- "email" : " scott@pods.io" ,
17- "homepage" : " http://scottkclark.com/" ,
18- "role" : " Lead Developer"
19- },
20- {
21- "name" : " Naomi C. Bush | gravity+" ,
22- "email" : " naomi@gravityplus.pro" ,
23- "homepage" : " https://gravityplus.pro"
24- }
25- ],
26- "support" : {
27- "issues" : " https://github.com/pods-framework/pods-gravity-forms/issues" ,
28- "source" : " https://github.com/pods-framework/pods-gravity-forms"
29- },
30- "require" : {
31- "composer/installers" : " ~1.0" ,
32- "php" : " >=5.3"
33- }
2+ "name" : " pods-framework/pods-gravity-forms" ,
3+ "description" : " Pods Gravity Forms Add-On" ,
4+ "type" : " wordpress-plugin" ,
5+ "keywords" : [
6+ " pods" ,
7+ " wordpress" ,
8+ " gravityforms" ,
9+ " gravity-forms"
10+ ],
11+ "homepage" : " https://github.com/pods-framework/pods-gravity-forms" ,
12+ "license" : " GPL-2.0+" ,
13+ "authors" : [
14+ {
15+ "name" : " Pods Framework Team" ,
16+ "email" : " contact@pods.io" ,
17+ "homepage" : " https://pods.io/"
18+ },
19+ {
20+ "name" : " Scott Kingsley Clark" ,
21+ "email" : " scott@pods.io" ,
22+ "homepage" : " https://www.scottkclark.com/" ,
23+ "role" : " Lead Developer"
24+ },
25+ {
26+ "name" : " Naomi C. Bush | gravity+" ,
27+ "email" : " naomi@gravityplus.pro" ,
28+ "homepage" : " https://gravityplus.pro" ,
29+ "role" : " Contributing Developer"
30+ }
31+ ],
32+ "support" : {
33+ "issues" : " https://github.com/pods-framework/pods-gravity-forms/issues" ,
34+ "source" : " https://github.com/pods-framework/pods-gravity-forms"
35+ },
36+ "autoload" : {
37+ "psr-4" : {
38+ "Pods\\ GF\\ " : " tests/integration/Pods/GF/" ,
39+ "Pods\\ GF\\ Tests\\ " : " tests/_support/"
40+ }
41+ },
42+ "require" : {
43+ "composer/installers" : " ~1.0" ,
44+ "php" : " >=5.3"
45+ },
46+ "require-dev" : {
47+ "lucatume/wp-browser" : " ^2.0" ,
48+ "vlucas/phpdotenv" : " ^2.4"
49+ }
3450}
0 commit comments