This package uses doctrine/annotations in order to be able to convert models into json api resources. The new native php 8 attributes can achieve the same and are already supported since v1.1.0. That makes the annotations superfluous, so their support can be removed in the next major release v2.0.0.
This package uses
doctrine/annotations
in order to be able to convert models into json api resources. The new native php 8 attributes can achieve the same and are already supported sincev1.1.0
. That makes the annotations superfluous, so their support can be removed in the next major releasev2.0.0
.