8000 bug #8739 Fix upgrading to Flex (michalpipa) · symfony/symfony-docs@7df26a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7df26a3

Browse files
committed
bug #8739 Fix upgrading to Flex (michalpipa)
This PR was merged into the 3.3 branch. Discussion ---------- Fix upgrading to Flex When upgrading to Flex `composer install` won't install any new (merged) dependencies. `composer update` should be used instead. Commits ------- 91da8a2 Fix upgrading to Flex
2 parents b2f238a + 91da8a2 commit 7df26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ manual steps:
163163
new project (don't copy the ``symfony/symfony`` dependency, but add the
164164
relevant components you are effectively using in your project).
165165

166-
#. Install the dependencies in the new project executing ``composer install``.
166+
#. Install the dependencies in the new project executing ``composer update``.
167167
This will make Symfony Flex generate all the configuration files in
168168
``config/packages/``
169169

0 commit comments

Comments
 (0)
0