doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 224 forks source link

Drop support for PHP 7 #461

Closed derrabus closed 10 months ago

derrabus commented 10 months ago

Dropping PHP 7 will allow us to simplify some code. It especially allows us to remove Doctrine Annotations from our fixtures. I'll do that in a follow-up PR.

All code changes in this PR resulted from running PHPCBF with the higher PHP language level.