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
150 stars 43 forks source link

Plugin not support PHP 7.3 #24

Closed kelvionald closed 2 years ago

kelvionald commented 4 years ago

Laravel 7.0 PHP 7.3

Hi! I have error:

Fatal error: Cannot use 'String' as class name as it is reserved in D:\projects\msp_server\vendor\minime\annotations\src\Types\String.php on line 7

I think need use last version "minime/annotations", from 2.3.1 to 3.1.0

DenTray commented 2 years ago

@kelvionald it is not related to the PHP version, just to minime/annotations package. We've removed it so you can try to use the latest 2.0.0-beta version.