-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/composer required package installs update (#1076)
* Remove Gravity Forms as a composer dependency. * Update ACF Pro Composer install configuration to modern standards.
- Loading branch information
1 parent
461c4df
commit 9546bd5
Showing
5 changed files
with
6,900 additions
and
3,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Find API keys in 1Password, in the Square One vault under "Square One .env" | ||
# Direct 1password link: https://m.tri.be/soenv10 | ||
WP_PLUGIN_ACF_KEY='' | ||
WP_PLUGIN_GF_KEY='' | ||
WP_PLUGIN_GF_TOKEN='' | ||
# Not currently used. | ||
# ACF Pro uses auth.json instead. | ||
# Gravity Forms does not support composer installations. The plugin files should be checked into the repo directly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"http-basic": { | ||
"connect.advancedcustomfields.com": { | ||
"username": "ACF License Key", | ||
"password": "https://square1.tribe" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"composer/installers": true, | ||
"ffraenz/private-composer-installer": true, | ||
"johnpbloch/wordpress-core-installer": true, | ||
"cweagans/composer-patches": true, | ||
"phpstan/extension-installer": true, | ||
|
@@ -28,6 +27,10 @@ | |
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://connect.advancedcustomfields.com" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://wpackagist.org" | ||
|
@@ -43,36 +46,6 @@ | |
{ | ||
"type": "vcs", | ||
"url": "[email protected]:bordoni/phpass.git" | ||
}, | ||
{ | ||
"type": "package", | ||
"package": { | ||
"name": "gravityforms/gravityforms", | ||
"version": "2.7.13", | ||
"type": "wordpress-plugin", | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://composer.utility.mtribe.site/gravityforms/?key={%WP_PLUGIN_GF_KEY}&token={%WP_PLUGIN_GF_TOKEN}&t={%VERSION}" | ||
}, | ||
"require": { | ||
"ffraenz/private-composer-installer": "^5.0" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "package", | ||
"package": { | ||
"name": "advanced-custom-fields/advanced-custom-fields-pro", | ||
"version": "6.2.0", | ||
"type": "wordpress-plugin", | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://connect.advancedcustomfields.com/index.php?a=download&p=pro&k={%WP_PLUGIN_ACF_KEY}&t={%VERSION}" | ||
}, | ||
"require": { | ||
"ffraenz/private-composer-installer": "^5.0" | ||
} | ||
} | ||
} | ||
], | ||
"require": { | ||
|
@@ -82,8 +55,6 @@ | |
"ext-imagick": "*", | ||
"ext-intl": "*", | ||
"ext-json": "*", | ||
"advanced-custom-fields/advanced-custom-fields-pro": "*", | ||
"gravityforms/gravityforms": "*", | ||
"guzzlehttp/psr7": "^1.4", | ||
"http-interop/http-factory-guzzle": "^1.2", | ||
"humanmade/s3-uploads": "3.0.4", | ||
|
@@ -109,7 +80,8 @@ | |
"wpackagist-plugin/regenerate-thumbnails": "3.1.6", | ||
"wpackagist-plugin/user-switching": "1.7.0", | ||
"wpackagist-plugin/wordpress-seo": "21.0", | ||
"wpackagist-plugin/wp-tota11y": "1.2.0" | ||
"wpackagist-plugin/wp-tota11y": "1.2.0", | ||
"wpengine/advanced-custom-fields-pro": "6.2.0" | ||
}, | ||
"require-dev": { | ||
"brain/monkey": "2.*", | ||
|
Oops, something went wrong.