dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Does not install package in version 5.5.13 LARAVEL #1464

Closed claytonferraz closed 7 years ago

claytonferraz commented 7 years ago
Q
Bug? yes
New Feature? no yes
Framework Laravel
Framework version 5.5.13
Package version master
PHP version 7.1.7

Actual Behaviour

When I will install the package this error appears: Your requirements could not be resolved to an installable set of packages.

Problem 1

Expected Behaviour

installation in version 5.5 laravel

Steps to Reproduce

I'm using the composer command.

composer require dingo/api or composer require dingo/api:2.0.x@dev

Possible Solutions

thilanga commented 7 years ago

Try composer update not require, require don't update dependencies

claytonferraz commented 7 years ago

Thank you, now it worked.