dogado-group / json-api-common

Common php interfaces and classes which represent the JSON:API protocol in order to build a client or server application.
https://www.dogado.de
MIT License
1 stars 0 forks source link

[1.x] Trigger deprecation error for `doctrine/annotations` usage under php 8 #7

Closed chris-doehring closed 3 years ago

chris-doehring commented 3 years ago

Since it's planned to drop the doctrine/annotations support and replace it with php 8 attributes, a deprecation error should be triggered every time the annotations will be used under a php 8 environment.