php8安装部分插件提示版本不支持

    1. Loading composer repositories with package information
    2. Updating dependencies
    3. Your requirements could not be resolved to an installable set of packages.
    4. Problem 1
    5. - lcobucci/jwt[3.3.0, ..., 3.3.3] require php ^5.6 || ^7.0 -> your php version (8.0.13) does not satisfy that requirement.
    6. - thans/tp-jwt-auth v1.2.0 requires lcobucci/jwt 3.3.* -> satisfiable by lcobucci/jwt[3.3.0, 3.3.1, 3.3.2, 3.3.3].
    7. - Root composer.json requires thans/tp-jwt-auth ^1.2 -> satisfiable by thans/tp-jwt-auth[v1.2.0].

    安装时忽略php版本即可

    1. composer require --ignore-platform-reqs thans/tp-jwt-auth