How can I fix “Your requirements could not be reso

2019-08-07 16:44发布

问题:

I tried to install a fresh installation of Laravel 5 on my Mac. I'm stuck already, and I just started.

I run : composer create-project laravel/laravel l5

I got this error

This is what I have in composer.json

回答1:

Why are you trying to install Laravel 5.1? It is not released yet.

It should be

"laravel/framework": "~5.0"