When trying to install your SDK through composer i've found versions conflict of the package firebase/php-jwt. For e.g. with the package https://packagist.org/packages/google/auth which also is using firebase/php-jwt.
Composer throws error as below:
Problem 1
- Can only install one of: firebase/php-jwt[v5.2.0, v5.0.0].
Hi,
When trying to install your SDK through composer i've found versions conflict of the package
firebase/php-jwt
. For e.g. with the package https://packagist.org/packages/google/auth which also is usingfirebase/php-jwt
.Composer throws error as below: