File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
Upgrading a Third-Party Bundle for a Major Symfony Version
5
5
==========================================================
6
6
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
8
8
any new features, it removes all the backward compatibility layers included in
9
9
the previous 2.8 version. If your bundle uses any deprecated feature and it's
10
10
published 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
26
26
}
27
27
}
28
28
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
31
31
flexibility of Composer dependencies constraints, you can specify more than one
32
32
major version by replacing ``~2.N `` by ``~2.N|~3.0 `` (or ``^2.N `` by ``^2.N|~3.0 ``).
33
33
You can’t perform that action at this time.
0 commit comments