0
votes

I am trying to learn Symfony2. The problem I have is, when installing DoctrineFixturesBundle via updating composer.phar I get the following exception,

I have added "require": { "doctrine/doctrine-fixtures-bundle": "dev-master" } in composer.json

and the vendor\monolog folder goes empty.

1

1 Answers

0
votes

Try adding

"doctrine/doctrine-fixtures-bundle": "2.2.*@dev"

in your composer.json file

if it is problem with monolog add following:

"monolog/monolog": "1.7.*@dev"