Skip to content

Commit

Permalink
Specify minimum versions of Legacy bridge and Sensio distribution bun…
Browse files Browse the repository at this point in the history
…dle (#67)

* Specify minimum versions of Legacy bridge and Sensio distribution bundle

* Typo fixes
  • Loading branch information
emodric authored and andrerom committed Oct 12, 2016
1 parent 2b18f8b commit 5f9cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Edit `composer.json`, and add `"ezpublish-legacy-dir": "ezpublish_legacy"` to th

`ezsystems/legacy-bridge` contains the libraries previous included in `ezsystems/ezpublish-kernel`.

It must be installed using Composer. Take care to use `^1.0.4` as version constraint, since previous versions lack some important fixes for newer versions of eZ Platform. Also, Sensio Distribution Bundle needs to downgrated from current version to versions 3.0.36 and newer, or 4.0.6 and newer:
It must be installed using Composer. Take care to use `^1.0.4` as version constraint, since previous versions lack some important fixes for newer versions of eZ Platform. Also, Sensio Distribution Bundle needs to be downgraded from current version to versions 3.0.36 and newer or 4.0.6 and newer:

```
composer require --update-no-dev "ezsystems/legacy-bridge:^1.0.4" "sensio/distribution-bundle:^3.0.36|^4.0.6"
Expand Down

0 comments on commit 5f9cdfa

Please sign in to comment.