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 e300266

Browse filesBrowse files
committed
minor #9355 use diff code block (xabbuh)
This PR was merged into the 4.0 branch. Discussion ---------- use diff code block Commits ------- ccfdead use diff code block
2 parents 1f02486 + ccfdead commit e300266
Copy full SHA for e300266

File tree

Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed

‎setup/flex.rst

Copy file name to clipboardExpand all lines: setup/flex.rst
+10-5Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,16 @@ manual steps:
181181
``composer.json`` file as `shown in this example of the skeleton-project`_ so that
182182
it will not be installed again:
183183

184-
.. code-block:: json
185-
186-
"conflict": {
187-
"symfony/symfony": "*"
188-
},
184+
.. code-block:: diff
185+
186+
{
187+
"require": {
188+
"symfony/flex": "^1.0",
189+
+ },
190+
+ "conflict": {
191+
+ "symfony/symfony": "*"
192+
}
193+
}
189194
190195
Now you must add in ``composer.json`` all the Symfony dependencies required
191196
by your project. A quick way to do that is to add all the components that

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.