Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/moose 159/package updates #166

Merged
merged 6 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
22.11.0
4 changes: 4 additions & 0 deletions auth-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"connect.advancedcustomfields.com": {
"username": "ACF License Key",
"password": "https://moose.lando.site"
},
"composer.gravity.io": {
"username": "GF License Key",
"password": "https://moose.lndo.site"
}
}
}
29 changes: 17 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"",
"@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\""
],
"setup-wordpress": "./vendor/bin/wp core download --version=6.7 --skip-content --force",
"setup-wordpress": "./vendor/bin/wp core download --version=6.7.1 --skip-content --force",
"update-db": "./vendor/bin/wp core update-db",
"post-root-package-install": [
"@setup-repo"
"@setup-project"
],
"post-install-cmd": [
"@setup-wordpress"
Expand All @@ -49,20 +49,24 @@
"setup-wordpress": "Runs the wpcli command to download and install core WordPress. To change the WordPress version, update the --version value.",
"update-db": "Runs the wpcli command to update the WordPress database. This is sometimes required after a version update."
},
"repositories": [
{
"repositories": {
"gravity": {
"type": "composer",
"url": "https://composer.gravity.io"
},
"0": {
"type": "composer",
"url": "https://wpackagist.org"
},
{
"1": {
"type": "vcs",
"url": "https://github.com/moderntribe/tribe-glomar.git"
},
{
"2": {
"type": "composer",
"url": "https://connect.advancedcustomfields.com"
},
{
"3": {
"type": "package",
"package": {
"name": "block-editor-custom-alignments/block-editor-custom-alignments",
Expand All @@ -77,7 +81,7 @@
}
}
}
],
},
"require-dev": {
"codeception/module-asserts": "^1.0",
"codeception/module-cli": "^1.0",
Expand All @@ -103,6 +107,7 @@
"ext-json": "*",
"block-editor-custom-alignments/block-editor-custom-alignments": "^1.0",
"composer/installers": "^2.2",
"gravity/gravityforms": "2.9.0.2",
"humanmade/s3-uploads": "^3.0",
"johnbillion/extended-cpts": "^5.0",
"moderntribe/square1-post-type": "^4.2",
Expand All @@ -116,13 +121,13 @@
"wp-cli/wp-cli-bundle": "^2.8",
"wpackagist-plugin/disable-emojis": "1.7.6",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.20.2",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.13",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.16",
"wpackagist-plugin/safe-svg": "2.2.6",
"wpackagist-plugin/seo-by-rank-math": "1.0.227.1",
"wpackagist-plugin/seo-by-rank-math": "1.0.232",
"wpackagist-plugin/social-sharing-block": "^1.0",
"wpackagist-plugin/user-switching": "1.8.0",
"wpackagist-plugin/user-switching": "1.9.0",
"wpackagist-plugin/wp-tota11y": "^1.2",
"wpengine/advanced-custom-fields-pro": "6.3.6"
"wpengine/advanced-custom-fields-pro": "6.3.11"
},
"extra": {
"installer-paths": {
Expand Down
Loading
Loading