Kunstmaan / KunstmaanBundlesStandardEdition

The "Kunstmaan Bundles Standard Edition" distribution
http://bundles.kunstmaan.be
MIT License
89 stars 39 forks source link

Installation with composer fails #186

Closed floriansemm closed 8 years ago

floriansemm commented 8 years ago

If I run composer create-project kunstmaan/bundles-standard-edition destination then I get at the end You have requested a non-existent service "fos_user.doctrine_registry".

FOSUserBundle is present and it is registered in the AppKernel.

Any idea?

sandergo90 commented 8 years ago

Hi,

There is already an issue on https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2048.

You could try adding "friendsofsymfony/user-bundle": "~2.0@dev" to your composer.json.

Sander

floriansemm commented 8 years ago

Thanks for this hint! ~2.0@dev does not work either. With "friendsofsymfony/user-bundle": "dev-master##6ccff96434c0ac7fee077d1dce90966341dfd278" the error is gone. I hope everything is working!

stof commented 8 years ago

Update to the dev version of Symfony, until Symfony 3.0.2, 2.8.3, 2.7.10 and 2.3.38 are released with the bugfix for the bug affecting FOSUserBundle dev-master