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

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -