Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db23f1f

Browse filesBrowse files
committed
Update some Symfony versions in bundle's best practices article
1 parent b08f936 commit db23f1f
Copy full SHA for db23f1f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎bundles/best_practices.rst

Copy file name to clipboardExpand all lines: bundles/best_practices.rst
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.