File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -152,29 +152,17 @@ starting with ``symfony/`` to the new major version:
152
152
"...": "...",
153
153
}
154
154
155
- Your ``composer.json `` file should also have an ``extra `` block that you will
156
- *also * need to update:
157
-
158
- .. code-block :: diff
159
-
160
- "extra": {
161
- "symfony": {
162
- "...": "...",
163
- - "require": "4.4.*"
164
- + "require": "5.0.*"
165
- }
166
- }
167
-
168
155
At the bottom of your ``composer.json `` file, in the ``extra `` block you can
169
156
find a data setting for the Symfony version. Make sure to also upgrade
170
157
this one. For instance, update it to ``5.0.* `` to upgrade to Symfony 5.0:
171
158
172
- .. code-block :: json
159
+ .. code-block :: diff
173
160
174
161
"extra": {
175
162
"symfony": {
176
163
"allow-contrib": false,
177
- "require" : " 5.0.*"
164
+ - "require": "4.4.*"
165
+ + "require": "5.0.*"
178
166
}
179
167
}
180
168
You can’t perform that action at this time.
0 commit comments