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

Move Doctrine specifics out of jsonapi package #152

Open joorei opened 3 months ago

joorei commented 3 months ago

AttributeTypeResolver (in the jsonapi package) currently needs multiple types from the Doctrine namespace, but this package (intentionally) does not have Doctrine set as dependency. The class needs to be split up, so that the Doctrine parts reside in the dql package.