cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 87 forks source link

Add support for symfony/yaml:6.0 #139

Closed victorstanciu closed 2 years ago

victorstanciu commented 2 years ago

First of all, thank you for this great library ♥

Symfony 6.0 has been released recently, but any projects that depend on cebe/php-openapi can't be upgraded because the dependency on symfony/yaml is limited to ^3.4 | ^4.0 | ^5.0.

victorstanciu commented 2 years ago

Ah, never mind, I just noticed there's already an active PR for this.