mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

PHPUnit 9 Support #49

Closed rogervila closed 3 years ago

rogervila commented 3 years ago

PHPUnit 9 requires phpdocumentor/reflection-docblock:^5.2, which conflicts with this package requirment.

image

This PR adds compatibility with PHPUnit 9.

mtrajano commented 3 years ago

Thanks for the update! Not sure why I had my composer.lock file committed just so used to working on application projects and never really noticed it 😅 Thanks for catching that as well

rogervila commented 3 years ago

Thanks for the update! Not sure why I had my composer.lock file committed just so used to working on application projects and never really noticed it 😅 Thanks for catching that as well

Hey @mtrajano don't worry, is a common mistake to commit it :)

I will add the package on a L8 project on monday. If I find anything else I will open another PR.