Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2be224

Browse files
OskarStarkjaviereguiluz
authored andcommitted
Use Sf4 + Sf5 instead of Sf3 for bundle best practices
1 parent 7fdf1a6 commit b2be224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundles/best_practices.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@ A bundle should at least test:
181181
* 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 supporting 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 4.4 and 5.x should
185185
have at least this test matrix:
186186

187187
=========== =============== ===================
188188
PHP version Symfony version Composer flags
189189
=========== =============== ===================
190-
7.3 ``3.*`` ``--prefer-lowest``
191-
7.4 ``4.*``
192-
8.0 ``4.*``
190+
7.3 ``4.*`` ``--prefer-lowest``
191+
7.4 ``5.*``
192+
8.0 ``5.*``
193193
=========== =============== ===================
194194

195195
.. tip::

0 commit comments

Comments
 (0)