doctrine / DoctrineFixturesBundle

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

Trying to install DoctrineFixturesBundle on top of fresh Symfony 4 app fails #329

Closed maksimovichd closed 4 years ago

maksimovichd commented 4 years ago

`symfony composer req orm-fixtures --dev Using version ^3.3 for doctrine/doctrine-fixtures-bundle ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Restricting packages listed in "symfony/symfony" to "4.4.*" Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content. exit status 2 `

SenseException commented 4 years ago

Related to #327. The PR #328 might fix this issue.