On Tue, Jul 5, 2016 at 1:21 AM, Kyle Francis franck6@rpi.edu wrote:
Answered my own question! Long story short, yes that suffices for updating a dev environment.
Yes. However, running php composer.phar update pear-pear.php.net/crypt_gpg
would do the same thing through public
repositories. Once confirmed that everything works with the new
version, you can change the version information for crypt_gpg in
composer.json accordingly.
~Thomas