We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7ca018 + db23f1f commit c19d6ceCopy full SHA for c19d6ce
bundles/best_practices.rst
@@ -232,10 +232,10 @@ with Symfony Flex to install a specific Symfony version:
232
233
.. code-block:: bash
234
235
- # this requires Symfony 6.x for all Symfony packages
236
- export SYMFONY_REQUIRE=6.*
+ # this requires Symfony 7.x for all Symfony packages
+ export SYMFONY_REQUIRE=7.*
237
# alternatively you can run this command to update composer.json config
238
- # composer config extra.symfony.require "6.*"
+ # composer config extra.symfony.require "7.*"
239
240
# install Symfony Flex in the CI environment
241
composer global config --no-plugins allow-plugins.symfony/flex true
0 commit comments