Skip to content

Update to specific composer package

By Jasper Frumau

If you need to update a PHP Composer package to a specific version instead of the latest that can be done

You just need to do require as always, but add the version after the package. Here is an example

composer require ctf0/media-manager:3.4.0

Comments are closed for this post.