I'm trying to do a fresh install but I keep getting this error and it's not installing my vendor folder.
laravel/framework v5.2.9 requires symfony/http-foundation 2.8.*|3.0.* -> satisfiable by symfony/http-foundation[2.8.x-dev, 3.0.x-dev] but these conflict with your requirements or minimum-stability
I've never gotten this before. What can I do to fix it?
Ditto. Adding
"minimum-stability":"dev"
to my composer.json allows composer to actually install everything, but that's obviously not a longterm solution.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community