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 b08f936 commit db23f1fCopy full SHA for db23f1f
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