diff --git a/composer.json b/composer.json index cda32a25..63a625d0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,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.6.1 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo"