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

Skip to content

Commit f8a82f6

Browse files
committed
minor #14853 Use Sf4 + Sf5 instead of Sf3 for bundle best practices (OskarStark)
This PR was submitted for the 5.x branch but it was merged into the 5.1 branch instead. Discussion ---------- Use Sf4 + Sf5 instead of Sf3 for bundle best practices Commits ------- b2be224 Use Sf4 + Sf5 instead of Sf3 for bundle best practices
2 parents 7fdf1a6 + b2be224 commit f8a82f6

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)