TartanLeGrand / laravel-openapi

Generate OpenAPI specification for Laravel Applications
MIT License
12 stars 2 forks source link

remove doctrine #17

Closed macbookandrew closed 1 month ago

macbookandrew commented 2 months ago

Since Laravel 11 removed doctrine/dbal and added first-party methods, this package can work without it as well.

However, since this requires L11, I figured that warrants a 2.0.0 release to avoid breaking older apps.

This also adds a couple other types:

TartanLeGrand commented 1 month ago

Why not in a world of technology, it will surely encourage people to upgrade their technology 😄.

Same as your other PR, can you make an conventional commit and remove the changes on the changelog the release bot make the release in function of your commit. You have made an breaking change: https://www.conventionalcommits.org/en/v1.0.0/#commit-message-with--to-draw-attention-to-breaking-change

Thank for your contributing. 🙏

macbookandrew commented 1 month ago

updated