RonasIT / laravel-swagger

Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
https://ronasit.com
MIT License
143 stars 42 forks source link

Laravel 5.8 integration #7

Closed Ferikl closed 2 years ago

Ferikl commented 5 years ago

Hi, can you update your plugin to make is usable with new Laravel version. Now I have such stacktrace:

Problem 1
    - ronasit/laravel-swagger 1.3.1-beta requires ronasit/local-data-collector ~1.0.0 -> satisfiable by ronasit/local-data-collector[1.0.1, 1.0.2, 1.0.3].
    - ronasit/laravel-swagger 1.3.2-beta requires ronasit/local-data-collector ~1.0.0 -> satisfiable by ronasit/local-data-collector[1.0.1, 1.0.2, 1.0.3].
    - ronasit/local-data-collector 1.0.3 requires ronasit/laravel-swagger 1.1.*|1.2.* -> satisfiable by ronasit/laravel-swagger[1.1.1, 1.1.11, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.2.0, 1.2.1, 1.2.2, 1.2.3] but these conflict with your requirements or minimum-stability.
    - ronasit/local-data-collector 1.0.2 requires ronasit/laravel-swagger 1.1.* -> satisfiable by ronasit/laravel-swagger[1.1.1, 1.1.11, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9] but these conflict with your requirements or minimum-stability.
    - ronasit/local-data-collector 1.0.1 requires ronasit/laravel-swagger 1.1.* -> satisfiable by ronasit/laravel-swagger[1.1.1, 1.1.11, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9] but these conflict with your requirements or minimum-stability.
    - Conclusion: remove laravel/framework v5.8.2
    - Conclusion: don't install laravel/framework v5.8.2
nemozar commented 4 years ago

i'm use 1.4.5-beta with Laravel 6.2 and php 7.4. Work with some problem. Fix https://github.com/RonasIT/laravel-swagger/issues/18

DenTray commented 2 years ago

@nemozar @Ferikl Please check on actual versions, should works now

DenTray commented 2 years ago

Closed as out of date, please open a new one if you'll need some help.