简体   繁体   English

Laravel 升级问题(7.4 到 8.0)

[英]Laravel upgrade Issue (7.4 to 8.0)

I have tried to update the Laravel version to 8.0 from 7.4.我尝试将 Laravel 版本从 7.4 更新到 8.0。 While giving "composer update" I'm facing the following error.在提供“作曲家更新”时,我面临以下错误。

在此处输入图像描述

And my PHP version is 7.4.而我的 PHP 版本是 7.4。

You need version 1.0.1 or higher of jwtauth as you can see on https://packagist.org/packages/tymon/jwt-auth#1.0.1 to have it support version 8 of Laravel.您需要 jwtauth 的 1.0.1 或更高版本,如https://packagist.org/packages/tymon/jwt-auth#1.0.1 所示,以使其支持 Laravel 的版本 8。

Change your version requirement in composer.json to ^1.0.1 .composer.json中的版本要求更改为^1.0.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Amazon Linux2:将 WordPress 应用程序的 PHP 版本从 7.4 升级到 8.0 - Amazon Linux2: Upgrade PHP version from 7.4 to 8.0 for WordPress application Laravel php升级到7.4后5.7无法连接mysql - Laravel 5.7 cannot connect to mysql after php upgrade to 7.4 Laravel的Laravel升级问题 - Laravel upgrade issue with Larasearch Laravel SQLSTATE[HY093]:从 php 7.4 更改为 8.0 后参数号无效 - Laravel SQLSTATE[HY093]: Invalid parameter number after change from php 7.4 to 8.0 PHP 8.0 升级后 Laravel trans_choice 不工作 - Laravel trans_choice not working after PHP 8.0 upgrade JSON 渲染日期 Object Laravel 和 PHP 7.4 - JSON Render Issue in Date Object Laravel and PHP 7.4 Laravel 9 部署期间的升级问题 - Laravel 9 upgrade issue during deployment 将 PHP 兼容性从 7.4 更改为 8.0 - change PHP compatibility from 7.4 to 8.0 尝试访问 laravel 5.8 中 null 类型值的数组偏移量并升级 php 7.4 - Trying to access array offset on value of type null in laravel 5.8 and and upgrade php 7.4 Laravel Passport 得到 'It was not possible to parse your key, reason: ""' 升级到 PHP8.0 后出错 - Laravel Passport gets 'It was not possible to parse your key, reason: ""' error after upgrade to PHP8.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM