Darius Matulionis
Darius Matulionis
@Rasoul-Karimi what is wrong with package requirements? We have `swagger-php: "^3.2.0 || ^4.0.0"` https://github.com/DarkaOnLine/L5-Swagger/blob/master/composer.json#L24
Have you checked this for `@OA\Info()` problem: https://zircote.github.io/swagger-php/guide/faq.html#warning-required-oa-info-not-found
Are you willing to create PR for that?
https://github.com/DarkaOnLine/SwaggerLume/releases/tag/11.0
Looks abandoned. Closing
https://github.com/DarkaOnLine/SwaggerLume/releases/tag/11.0
@vibonacci Would you like to submit PR for this?
Yes this was removed due to path traversal vulnerability. More details here: https://github.com/DarkaOnLine/L5-Swagger/pull/630
> ok, and what is the new way of the handling? Register path to your json in config `$config['paths']['docs_json']` - https://github.com/DarkaOnLine/L5-Swagger/blob/master/src/Http/Controllers/SwaggerController.php#L46
I check you example and everything works:   ```php