File tree Expand file tree Collapse file tree 4 files changed +1006
-244
lines changed Expand file tree Collapse file tree 4 files changed +1006
-244
lines changed Original file line number Diff line number Diff line change 1
1
.env
2
2
.idea
3
+ .env
3
4
.DS_Store
4
5
/node_modules /
5
6
/vendor /
Original file line number Diff line number Diff line change 7
7
"repositories" : [
8
8
{
9
9
"type" : " composer" ,
10
- "url" : " https://wpackagist.org"
10
+ "url" :" https://wpackagist.org"
11
+ },
12
+ {
13
+ "type" : " package" ,
14
+ "package" : {
15
+ "name" : " gravityforms/gravityforms" ,
16
+ "version" : " 2.4.21.3" ,
17
+ "type" : " wordpress-plugin" ,
18
+ "dist" : {
19
+ "type" : " zip" ,
20
+ "url" : " https://www.gravityhelp.com/wp-content/plugins/gravitymanager/api.php?op=get_plugin&slug=gravityforms&key={%GRAVITYFORMS_KEY}"
21
+ },
22
+ "require" : {
23
+ "composer/installers" : " ^1.4" ,
24
+ "gotoandplay/gravityforms-composer-installer" : " ^2.3"
25
+ }
26
+ }
11
27
}
12
28
],
13
29
"require" : {
25
41
"wpackagist-plugin/advanced-custom-fields" : " 5.8.12" ,
26
42
"wpackagist-plugin/easy-digital-downloads" : " ^2.9.23" ,
27
43
"wpackagist-plugin/user-switching" : " ^1.5.5" ,
28
- "wp-premium /gravityforms" : " ^ 2.4.17 " ,
44
+ "gravityforms /gravityforms" : " 2.4.21.3 " ,
29
45
"wpsh/local" : " ^0.2.3"
30
46
},
31
47
"config" : {
32
48
"process-timeout" : 600 ,
33
- "sort-packages" : true ,
34
- "platform" : {
35
- "php" : " 5.6.20"
36
- }
49
+ "sort-packages" : true
37
50
},
38
51
"extra" : {
39
52
"wordpress-install-dir" : " local/public" ,
You can’t perform that action at this time.
0 commit comments