Skip to content

Commit cac62f8

Browse files
committed
minor #9062 Recommend being lenient only with other vendors (greg0ire)
This PR was merged into the 4.0 branch. Discussion ---------- Recommend being lenient only with other vendors If a bundle introduces a deprecation, it should not use the deprecated path itself anymore. Commits ------- 64a9aa5 Recommend being lenient only with other vendors
2 parents 14f7db9 + 64a9aa5 commit cac62f8

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
@@ -197,9 +197,9 @@ of Symfony and the latest beta release:
197197
include:
198198
# Minimum supported dependencies with the latest and oldest PHP version
199199
- php: 7.2
200-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
200+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
201201
- php: 7.0
202-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
202+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
203203
204204
# Test the latest stable release
205205
- php: 7.0

0 commit comments

Comments
 (0)