How to update a specific package in Composer

Quick example of the composer command composer update author/package Usecase scenario I have a composer.json with many packages. I would like to update a specific, individual package, not all packages. If I use the command composer update it will search … Continued