Skip to content

Commit f878742

Browse files
committed
minor #16286 Correct spelling & grammar in 4.4 setup/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 setup/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 7872cda Correct spelling & grammar in 4.4 setup/
2 parents 5c56037 + 7872cda commit f878742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/bundles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Upgrading 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
88
any new features, it removes all the backward compatibility layers included in
99
the previous 2.8 version. If your bundle uses any deprecated feature and it's
1010
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
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
3131
flexibility of Composer dependencies constraints, you can specify more than one
3232
major version by replacing ``~2.N`` by ``~2.N|~3.0`` (or ``^2.N`` by ``^2.N|~3.0``).
3333

0 commit comments

Comments
 (0)