We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea146 commit da75ee2Copy full SHA for da75ee2
bundles/best_practices.rst
@@ -228,7 +228,7 @@ 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
+ # alternatively you can run this command to update composer.json config
232
# composer config extra.symfony.require "5.*"
233
234
# install Symfony Flex in the CI environment
0 commit comments