doctrine / data-fixtures

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

Allow Php 8 #348

Closed greg0ire closed 4 years ago

greg0ire commented 4 years ago

no point doing the MongoDB stuff until I’ve got PHP 8 support in the MongoDB extension.

Should we wait for mongoDB on this one? Since it's not exclusively MongoDB stuff here… Alternatively, we might use ignore-platform-reqs here :P

alcaeus commented 4 years ago

ignore-platform-reqs won't get you far, as it will still fail because of the missing MongoDB extension. Let's allow others to test this library against PHP 8 (since its main functionality is not based on MongoDB), then work on getting our own tests stable.