You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some changes in Symfony 2.6, that would involve losing Symfony 2.3 compatibility.
Also in Symfony 2.8 there was a change to forms, where you have to pass Fully Qualified Class Names (FQCN) which is the way Symfony 3.0 works.
For that reason I'm considering developing for a minimum of Symfony 2.8 (previously 2.7)
Thoughts?
The text was updated successfully, but these errors were encountered:
I'm still using 2.7, didn't have time to adapt completely to 2.8 (which is same as 3.0).
And 2.7 is LTS so might be important to keep it
Is there no way to keep the 2.7 ?
I'm looking at Symfony 3.0 (#43) compatibility.
There are some changes in Symfony 2.6, that would involve losing Symfony 2.3 compatibility.
Also in Symfony 2.8 there was a change to forms, where you have to pass Fully Qualified Class Names (FQCN) which is the way Symfony 3.0 works.
For that reason I'm considering developing for a minimum of Symfony 2.8 (previously 2.7)
Thoughts?
The text was updated successfully, but these errors were encountered: