File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44Upgrading a Third-Party Bundle for a Major Symfony Version
55==========================================================
66
7- Symfony 3 was released on November 2015. Although this version doesn't contain
7+ Symfony 3 was released in November 2015. Although this version doesn't contain
88any new features, it removes all the backward compatibility layers included in
99the previous 2.8 version. If your bundle uses any deprecated feature and it's
1010published as a third-party bundle, applications upgrading to Symfony 3 will no
@@ -26,8 +26,8 @@ Most third-party bundles define their Symfony dependencies using the ``~2.N`` or
2626 }
2727 }
2828
29- These constraints prevent the bundle from using Symfony 3 components, so it makes
30- it impossible to install it in a Symfony 3 based application. Thanks to the
29+ These constraints prevent the bundle from using Symfony 3 components, which
30+ means the bundle cannot be installed in a Symfony 3 based application. Thanks to the
3131flexibility of Composer dependencies constraints, you can specify more than one
3232major version by replacing ``~2.N `` by ``~2.N|~3.0 `` (or ``^2.N `` by ``^2.N|~3.0 ``).
3333
You can’t perform that action at this time.
0 commit comments