composer unable to install laravel/passport

后端 未结 7 1481
南方客
南方客 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"
        }
    }
    

提交回复
热议问题