hotmeteor / spectator

OpenAPI testing for PHP
MIT License
285 stars 52 forks source link

Add Laravel 9 support, drop Laravel 7 support #98

Closed bastien-phi closed 2 years ago

bastien-phi commented 2 years ago

cebe/php-openapi just dropped support for symfony/yaml:^6.0 which allows us to bring support for Laravel 9.

I dropped support for Laravel 7 which is end of life.

I also added tests under PHP 8.1

pieterclaerhout commented 2 years ago

@hotmeteor Can you make a release with this PR in there?