加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

php – Laravel护照安装错误

发布时间:2020-12-14 19:48:53 所属栏目:大数据 来源:网络整理
导读:我刚刚下载了最新的laravel 5.3并且我正在尝试安装护照,但是我收到了以下作曲家错误: Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/passport v2.0.0 requires illuminate/http ~5.4 - satisfiable by
我刚刚下载了最新的laravel 5.3并且我正在尝试安装护照,但是我收到了以下作曲家错误:
Your requirements could not be resolved to an installable set of packages.

      Problem 1
        - laravel/passport v2.0.0 requires illuminate/http ~5.4 -> satisfiable by illuminate/http[v5.4.0].
        - laravel/passport v2.0.1 requires illuminate/http ~5.4 -> satisfiable by illuminate/http[v5.4.0].
        - Conclusion: don't install illuminate/http v5.4.0
        - Installation request for laravel/passport ^2.0 -> satisfiable by laravel/passport[v2.0.0,v2.0.1].


    Installation failed,reverting ./composer.json to its original content.

Composer .json文件
http://pastebin.com/ne4RkL96

它发生了,因为在发布Laravel 5.4之后,这个软件包也已经更新到v 2.0并且需??要Laravel 5.4.但是你正在使用Laravel 5.3.尝试安装早期版本:
composer require laravel/passport ^v1

此外,您可以在此处了解此软件包的版本:

Laravel Passport

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读