Skip to content

Commit

Permalink
Merge pull request #133 from moderntribe/chore/wordpress-6.5
Browse files Browse the repository at this point in the history
[CHORE] Update WP to 6.5
  • Loading branch information
GeoffDusome authored Apr 3, 2024
2 parents 178de2b + 1e13c3a commit 2cf47d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@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.4.3 --skip-content --force",
"setup-wordpress": "./vendor/bin/wp core download --version=6.5 --skip-content --force",
"update-db": "./vendor/bin/wp core update-db",
"post-root-package-install": [
"@setup-repo"
Expand Down

0 comments on commit 2cf47d2

Please sign in to comment.