File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -135,16 +135,16 @@ starting with ``symfony/`` to the new major version:
135
135
"...": "...",
136
136
137
137
"require": {
138
- - "symfony/cache": "4.3 .*",
139
- + "symfony/cache": "4.4 .*",
140
- - "symfony/config": "4.3 .*",
141
- + "symfony/config": "4.4 .*",
142
- - "symfony/console": "4.3 .*",
143
- + "symfony/console": "4.4 .*",
138
+ - "symfony/cache": "4.4 .*",
139
+ + "symfony/cache": "5.0 .*",
140
+ - "symfony/config": "4.4 .*",
141
+ + "symfony/config": "5.0 .*",
142
+ - "symfony/console": "4.4 .*",
143
+ + "symfony/console": "5.0 .*",
144
144
"...": "...",
145
145
146
146
"...": "A few libraries starting with
147
- symfony/ follow their versioning scheme. You
147
+ symfony/ follow their own versioning scheme. You
148
148
do not need to update these versions: you can
149
149
upgrade them independently whenever you want",
150
150
"symfony/monolog-bundle": "^3.5",
You can’t perform that action at this time.
0 commit comments