Skip to content

Commit

Permalink
Add ezsystems/ezpublish-legacy < 2018.06 to conflict section
Browse files Browse the repository at this point in the history
Due to utf8mb4 changes, only ezsystems/ezpublish-legacy version compatible is 2018.06, to be released soon. All other versions will fail with the error described in ezsystems/ezpublish-legacy#1361
  • Loading branch information
emodric authored Jun 28, 2018
1 parent 87ed20e commit 2fe9293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
},
"conflict": {
"symfony/symfony": "3.4.7",
"doctrine/dbal": "2.7.0"
"doctrine/dbal": "2.7.0",
"ezsystems/ezpublish-legacy": "<2018.06"
},
"replace": {
"ezsystems/ezpublish": "*",
Expand Down

0 comments on commit 2fe9293

Please sign in to comment.