Skip to content

Commit d1e5e5c

Browse files
committed
Minor tweak
1 parent b1572dd commit d1e5e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ A bundle should at least test:
178178

179179
* The lower bound of their dependencies (by running ``composer update --prefer-lowest``);
180180
* The supported PHP versions;
181-
* All supported major Symfony versions (e.g. both ``3.x`` and ``4.x`` if
181+
* All supported major Symfony versions (e.g. both ``4.x`` and ``5.x`` if
182182
support is claimed for both).
183183

184-
Thus, a bundle support PHP 7.3, 7.4 and 8.0, and Symfony 3.4 and 4.x should
184+
Thus, a bundle supporting PHP 7.3, 7.4 and 8.0, and Symfony 3.4 and 4.x should
185185
have at least this test matrix:
186186

187187
=========== =============== ===================

0 commit comments

Comments
 (0)