Does FOSUserBundle work with symfony 3? Can\'t see any info regarding that on their site.
I have just installed a fresh copy of Symfony 3, did composer update<
Editing my composer.json to include
"friendsofsymfony/user-bundle": "^2.0.0"
and then running
composer update
worked for me after finding this packagist page
The end result (of installing the bundle) is the same and in my opinion, the requirement statement looks/feels better in my project by not being a dev branch.