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

Make `symfony/yaml` dependency optional #170

Open kaznovac opened 1 year ago

kaznovac commented 1 year ago

This dependency is not required for the core functionality of this library.

Consider allowing ext-yaml as an alternative.

Related to #21