cebe / php-openapi

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

Add support for symfony/yaml version ^7 #200

Open ovidiuenache opened 7 months ago

ovidiuenache commented 7 months ago

There have been some talks about removing this dependency from the list of required packages and there is an issue created regarding this (https://github.com/cebe/php-openapi/issues/170). However, there has been no update on it and I believe we should either remove it or keep it updated. This issue is focusing on the latter.

I'll open a PR about this.

ovidiuenache commented 7 months ago

https://github.com/cebe/php-openapi/pull/202

ovidiuenache commented 7 months ago

cc @cebe

tacman commented 5 months ago

Hi @cebe thanks for putting this library together. Any chance you could approve allowing the Symfony 7 YAML parser?

If you are going to release a new version, you could even just support php 8.1+ and Symfony 6/7.