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.
2 parents 1f02486 + ccfdead commit e300266Copy full SHA for e300266
setup/flex.rst
@@ -181,11 +181,16 @@ manual steps:
181
``composer.json`` file as `shown in this example of the skeleton-project`_ so that
182
it will not be installed again:
183
184
- .. code-block:: json
185
-
186
- "conflict": {
187
- "symfony/symfony": "*"
188
- },
+ .. code-block:: diff
+
+ {
+ "require": {
+ "symfony/flex": "^1.0",
189
+ + },
190
+ + "conflict": {
191
+ + "symfony/symfony": "*"
192
+ }
193
194
195
Now you must add in ``composer.json`` all the Symfony dependencies required
196
by your project. A quick way to do that is to add all the components that
0 commit comments