PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

Missing service after composer update #138

Closed MedardI closed 7 years ago

MedardI commented 7 years ago

Whilst attempting to do a composer update today, I am getting this error:

The service "pugx_user.manager.orm_user_manager" has a dependency on a non-existent service "fos_user.util.password_updater".

It seems like the following services are missing: @fos_user.util.password_updater @fos_user.util.canonical_fields_updater @fos_user.object_manager

Any idea why this is happening?

Here are my configs:

"friendsofsymfony/user-bundle": "~2.0@dev", "pugx/multi-user-bundle": "3.0.*@dev",

and Symfony : "symfony/symfony": "2.8.*"

garak commented 7 years ago

If you miss that services, you're not up to date with latest FOSUserBundle