DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel
https://github.com/DarkaOnLine/L5-Swagger
MIT License
2.64k stars 394 forks source link

Update zircote/php-swagger to version 4.* #432

Closed shortcodes closed 2 years ago

shortcodes commented 2 years ago

Is it possible to inlcude newest version of zircote/php-swagger to this package?

Regards

DarkaOnLine commented 2 years ago

Yes, I have this in my plans, but you are welcome to create a PR for this.

Also, you can require this version in your composer.json

caugner commented 2 years ago

@DarkaOnLine L5-Swagger's composer.json requires 3.*, so unfortunately it does not seem possible to simply require that version in a project's composer.json, but I will propose a PR to fix that.