diff --git a/composer.json b/composer.json index 6d0a2797..5fee398a 100644 --- a/composer.json +++ b/composer.json @@ -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"