Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcac62f8

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 vendorsIf a bundle introduces a deprecation, it should not use the deprecated path itself anymore.Commits-------64a9aa5 Recommend being lenient only with other vendors
2 parents14f7db9 +64a9aa5 commitcac62f8

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)

[8]ページ先頭

©2009-2025 Movatter.jp