symfony - FOSUserBundle 1.3.1 => 2.0 -


i'm using 1.3.1 version of fosuserbundle. has upgraded symfony 2.2 , i'm not sure 1.3.1 compatibility want upgrade bundle well, can't find instructions of have do. there manual or kind of?

in own experience there no problem using fosuserbundle v1.3.1 symfony 2.2. can still use it. if need new features (like new events) must upgrade dev-master or v2.0 alias. unfortunately there no tagged release available. change version string in composer to:

"friendsofsymfony/user-bundle": "2.0.*@dev" 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -