FOSUserBundle and Symfony 3.0?

后端 未结 3 818
时光取名叫无心
时光取名叫无心 2020-12-14 17:25

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<

3条回答
  •  感情败类
    2020-12-14 17:49

    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.

提交回复
热议问题