Skip to content

Commit

Permalink
Update docs to use lock flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Feb 1, 2024
1 parent 66758f4 commit 65b3ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
composer require yireo/magento2-replace-tools # Require this plugin
composer replace:bulk:add yireo/magento2-replace-bundled # Add a replacement bulk package
composer replace:build # Rebuild your composer.json based upon this
composer update # Actually update all your dependencies
composer update --lock # Actually update all your dependencies
```

## Installation of this plugin
Expand Down Expand Up @@ -151,7 +151,7 @@ Use the following command to configure your `composer.json` for using bulk repla
Once you have a `replace` section in your composer.json file

rm -r vendor/
composer update
composer update --lock

Do not just use `composer install`. Do not use regular composer commands, but please follow this procedure literally and to the point.

Expand Down

0 comments on commit 65b3ca6

Please sign in to comment.