8000
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 9773afd commit f2f03c8Copy full SHA for f2f03c8
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
com 37B7 poser global require --no-progress --no-scripts --no-plugins symfony/flex
0 commit comments