Closed crabnky closed 6 years ago
OK, I had this in composer.json
:
"msgphp/user-bundle": "^0.5.0"
so the user bundle was still in version 0.5.0. I manually changed this to
"msgphp/user-bundle": "^0.6.0"
and now all is fine. Should the composer update all packages (domain, user, user-bundle) to the latest version?
Right, let's switch dependencies to use carets :)
for now composer update msgphp/*
is the best :)
This can be closed I think. :) Thanks.
Morning. :)
I just updated from 0.5 to 0.6 and getting this:
Invalid service "data_collector.security": method "MsgPhp\User\Infra\Security\DataCollector::__construct()" has no argument named "$factory". Check your service definition.
Did I miss something?