thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API

Home Page:https://graphqlite.thecodingmachine.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time to drop annotations

fogrye opened this issue · comments

Discussed in #673

Originally posted by fogrye March 29, 2024
Doctrine annotations was deprecated since php 8.0 release, should we drop support of them as php7 is not supported and there are no other reason not to use attributes?


Steps to do:

  • rm attributes from fixtures
  • polish annotation classes
  • rm lib from dependencies

I will create MR for this soon

Looking forward to it @fogrye