This pull request simply runs composer install from scratch to clear up some weird dependency resolution in the lockfile.
How should this be reviewed?
I'm hoping this will address the Class 'phpseclib\\Crypt\\RSA' not found at /app/vendor/gree/jose/src/JOSE/JWK.php:23) errors we're seeing currently on production...
What's this PR do?
This pull request simply runs
composer install
from scratch to clear up some weird dependency resolution in the lockfile.How should this be reviewed?
I'm hoping this will address the
Class 'phpseclib\\Crypt\\RSA' not found at /app/vendor/gree/jose/src/JOSE/JWK.php:23)
errors we're seeing currently on production...Any background context you want to provide?
Dependency hell! 🔥
Relevant tickets
References Pivotal #176481917 / #176559914.
Checklist