I use the 2.0.x version in my project, but recently I’ve started to see more and more bundles that support only the master branch
Should I migrate to the master branch?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not stable and may contain unfinished code. Also, there are a lot of break changes that haven’t been documented yet. If you’re starting a new project, then go for master, if you have already written some code, I’d better wait for the next 2.1 release (all bundles should support it).
Most popular bundles work with 2.0 too, but you must often use the branch for your symfony version, not a bundle’s master branch.