Migrated from Doctrine/annotations to native php attributes
Removed dependency sensio/framework-extra-bundle (I couldn't find any usage anyhow)
Added strong return types where necessary
Changed supported versions of PHP to 8.1, Symfony to >=6
All of the annotation->attributes were performed with rector using Doctrine's changesets. I manually reviewed quite a bit where able but haven't had the luxury of testing everything.
Included in this are a few notable changes
All of the annotation->attributes were performed with rector using Doctrine's changesets. I manually reviewed quite a bit where able but haven't had the luxury of testing everything.