composer unable to install laravel/passport

后端 未结 7 1425
南方客
南方客 2020-12-20 13:32

I have created a new project with

laravel new blogposts

using \"Laravel Installer 2.0.1\" globally installed on my ubuntu 18.

Wh

相关标签:
7条回答
  • 2020-12-20 14:35

    Go to your composer.json file, remove the version

    You need to set it to:

    {
        "require": {
            "rackspace/php-opencloud": "dev-master"
        }
    }
    
    0 讨论(0)
提交回复
热议问题