Skip to content

Commit 82938b3

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: add alternative method to force version with symfony/flex
2 parents 9cebba1 + da75ee2 commit 82938b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ with Symfony Flex to install a specific Symfony version:
233233
234234
# this requires Symfony 5.x for all Symfony packages
235235
export SYMFONY_REQUIRE=5.*
236+
# alternatively you can run this command to update composer.json config
237+
# composer config extra.symfony.require "5.*"
236238
237239
# install Symfony Flex in the CI environment
238240
composer global config --no-plugins allow-plugins.symfony/flex true

0 commit comments

Comments
 (0)