Automate WordPress and Plugin Updates with Composer

Originally published at: https://roots.io/automate-wordpress-and-plugin-updates-with-composer/

Managing WordPress and WordPress plugins with Composer means that your project is locked onto specific versions and that updates can’t be made from the WordPress admin. Bedrock, and other stacks that use Composer with WordPress, allow developers to manage WordPress and WordPress plugins as dependencies that are tracked in version control. If you make an…

4 Likes

See it in action!

2 Likes

Very cool. Looks like dependencies.io offers nice granular control of dependencies (e.g. your “always update WordPress” setting, @ben). Another service that works with Composer which I’ve used is Dependabot, which offers less granular control of individual dependency updates but has the advantage of being free for private GitHub repos in personal accounts.

3 Likes

This topic was automatically closed after 42 days. New replies are no longer allowed.