Skip to content

Commit

Permalink
[Install] Use composer require --update-with-all-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 2, 2019
1 parent 13c75de commit 2659c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL-MANUALLY.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ _Tip:_
Package can be installed using Composer in the following way:

```
composer require --update-no-dev "ezsystems/legacy-bridge:^1.5.0"
composer require --update-with-all-dependencies "ezsystems/legacy-bridge:^1.5.0"
```

### Optional: Add missing legacy extensions
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _TIP:_

1. Installed package using [Composer](https://getcomposer.org/doc/00-intro.md):
```
composer require --update-no-dev "ezsystems/legacy-bridge"
composer require --update-with-all-dependencies "ezsystems/legacy-bridge"
```

2. Enable `EzPublishLegacyBundle`
Expand Down

0 comments on commit 2659c7e

Please sign in to comment.