hotmeteor / spectator

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

Laravel 11 support #166

Closed bastien-phi closed 9 months ago

bastien-phi commented 9 months ago

Add Laravel 11 support

~Currently stuck as https://github.com/cebe/php-openapi does not support Symfony 7 yet~

cebe/php-openapi is currently inactive and an active fork appeared with Symfony 7 support : DEVizzent/cebe-php-openapi It is used by thephpleague/openapi-psr7-validator and is a drop-in replacement for original package. I think it is safe to switch to this one.