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.
2 parents 9cebba1 + da75ee2 commit 82938b3Copy full SHA for 82938b3
bundles/best_practices.rst
@@ -233,6 +233,8 @@ with Symfony Flex to install a specific Symfony version:
233
234
# this requires Symfony 5.x for all Symfony packages
235
export SYMFONY_REQUIRE=5.*
236
+ # alternatively you can run this command to update composer.json config
237
+ # composer config extra.symfony.require "5.*"
238
239
# install Symfony Flex in the CI environment
240
composer global config --no-plugins allow-plugins.symfony/flex true
0 commit comments