doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.45k stars 202 forks source link

Fix build #303

Closed greg0ire closed 4 years ago

greg0ire commented 4 years ago

:thinking: the 7.4 job fails, maybe it doesn't pull the same deps as the other jobs? EDIT: doesn't look like it from the output

greg0ire commented 4 years ago

I now believe this has to do with the data-fixtures lib

greg0ire commented 4 years ago

I made a PR to address this: https://github.com/doctrine/data-fixtures/pull/333

greg0ire commented 4 years ago

Ok so now it's slightly better… but the version of the lib I'm requiring requires php 7.2… should I drop 7.1?