We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cb398 commit 6ffbb51Copy full SHA for 6ffbb51
bundles/best_practices.rst
@@ -228,6 +228,8 @@ with Symfony Flex to install a specific Symfony version:
228
229
# this requires Symfony 5.x for all Symfony packages
230
export SYMFONY_REQUIRE=5.*
231
+ # alternative method: write to the composer.json file
232
+ # composer config extra.symfony.require "5.*"
233
234
# install Symfony Flex in the CI environment
235
composer global require --no-progress --no-scripts --no-plugins symfony/flex
0 commit comments