Skip to content

Commit 74148a3

Browse files
committed
GravityForms dependencies updated.
1 parent 26e0f36 commit 74148a3

File tree

4 files changed

+1026
-401
lines changed

4 files changed

+1026
-401
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.env
22
.idea
3+
.env
34
.DS_Store
45
/node_modules/
56
/vendor/

composer.json

+19-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@
77
"repositories": [
88
{
99
"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+
}
1127
}
1228
],
1329
"require": {
@@ -25,15 +41,12 @@
2541
"wpackagist-plugin/advanced-custom-fields": "5.8.12",
2642
"wpackagist-plugin/easy-digital-downloads": "^2.9.23",
2743
"wpackagist-plugin/user-switching": "^1.5.5",
28-
"wp-premium/gravityforms": "^2.4.17",
44+
"gravityforms/gravityforms": "2.4.21.3",
2945
"wpsh/local": "^0.2.3"
3046
},
3147
"config": {
3248
"process-timeout": 600,
33-
"sort-packages": true,
34-
"platform": {
35-
"php": "5.6.20"
36-
}
49+
"sort-packages": true
3750
},
3851
"extra": {
3952
"wordpress-install-dir": "local/public",

0 commit comments

Comments
 (0)