Always use latest version of Wordpress?

Is there a way to have Composer always install the latest version of Wordpress? 3.9.1 has been released, but if I change the version in Composer to 3.9.1 I get an error saying the requested package wordpress/wordpress could not be found in any version, but I’m giving it the URL for the latest.zip.

1 Like

Keep in mind that there’s 3 places (annoyingly) that you need to update the version number in the composer.json file. They all have to match. You could change the URL to latest.zip but then technically the other versions might not match what’s actually downloaded.

1 Like