mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

Error: "Your requirements could not be resolved to an installable set of packages" #37

Closed marcosvolpiok closed 4 years ago

marcosvolpiok commented 4 years ago

When I try to install with the follow command: composer require mtrajano/laravel-swagger I get the follow error: Your requirements could not be resolved to an installable set of packages.

Problem 1

How to fix that?

Thanks.

mtrajano commented 4 years ago

Looks like you have a conflict in your composer.json either you or another one of your packages is requiring reflection-docblock 5.0 while this package requires ^4.3. Something I'll potentially upgrade in the future but not a priority right now. Closing as this is not a bug in this package per se.