demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

Add Symfony 7 compatibility #161

Open joorei opened 2 months ago

joorei commented 2 months ago

The package jsonapi has cebe/php-openapi as dependency, which currently (version 1.7) requires symfony/yaml below version 7, which will likely cause incompatibilities with most Symfony 7 projects.

To solve this issue one could simply wait for Symfony 7 support being added to php-openapi, or that dependency and its usage could be separated into an optional package.