Skip to content

Commit c19d6ce

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Update some Symfony versions in bundle's best practices article
2 parents e7ca018 + db23f1f commit c19d6ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/best_practices.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ with Symfony Flex to install a specific Symfony version:
232232

233233
.. code-block:: bash
234234
235-
# this requires Symfony 6.x for all Symfony packages
236-
export SYMFONY_REQUIRE=6.*
235+
# this requires Symfony 7.x for all Symfony packages
236+
export SYMFONY_REQUIRE=7.*
237237
# alternatively you can run this command to update composer.json config
238-
# composer config extra.symfony.require "6.*"
238+
# composer config extra.symfony.require "7.*"
239239
240240
# install Symfony Flex in the CI environment
241241
composer global config --no-plugins allow-plugins.symfony/flex true

0 commit comments

Comments
 (0)