“name”: “auth0/auth0-php”,
“version”: “7.9.2”,
PHP 8.0.8
This package depends on package “auth0/php-jwt” which is clone of package “lcobucci/jwt”, but my project have already included “lcobucci/jwt”, and I can not use “auth0/auth0-php” because both packages use the same name space, but with different meaning (different versions)
Like :
vendor/lcobucci/jwt/src/Parser.php
namespace Lcobucci\JWT;
interface Parser
vendor/auth0/php-jwt/src/Parser.php
namespace Lcobucci\JWT;
class Parser