doctrine / data-fixtures

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

doctrine/data-fixtures dev-master conflicts with doctrine/orm[2.2.3] > 2.4-dev #189

Closed AITG closed 9 years ago

AITG commented 9 years ago

I've just gone to migrate a live box to a new release and it appears the release a couple of hours ago is broken.

Problem 1

I ran this on a vm I setup yesterday (which setup fine yesterday) and it also failed to do a composer update, so it does appear that the release at 22:30 today UK time is severely broken.

lavoiesl commented 9 years ago

Now requires doctrine/orm >= 2.4 if you use doctrine/orm https://github.com/doctrine/data-fixtures/releases/tag/v1.1.0 This is because of #166. See #183

Solution: Update your composer.json to "doctrine/orm": "~2.4" or stay to "doctrine/data-fixtures": "1.0.2". Heads up: 1.0.1 breaks compatibility but was not tagged as such, so do not use it.