DarkaOnLine / SwaggerLume

Lumen swagger
MIT License
334 stars 86 forks source link

UnexpectedValueException installing swagger-php:3.* #114

Closed Forronn closed 2 years ago

Forronn commented 2 years ago

Hello o/ ,

I'm sorry to bother about something like this ,i'm actually new in the laravel/lumen environment and i try to move forward step by step. I made an Api using lumen 8.x and my last step would be to implement swagger in it. Following the instructions in SwaggerLume code, i unfortunately got stuck on the composer require 'zircote/swagger-php:3.*' which return [UnexpectedValueException] Could not parse version constraint 3.*': Invalid version string "3.*'" . I actually don't find informations that goes in this direction and don't really know what can i do to move forward. Any good guy who would have an idea about this please ?

Thanks,