From cd2ac479123285fb62a6379f3f92f38879ee44e0 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 25 Jan 2018 00:01:50 +0100 Subject: [PATCH] Simplify general notes for any update or upgrade in migration guide --- Migration.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Migration.md b/Migration.md index 1877fd8..85b1d4b 100644 --- a/Migration.md +++ b/Migration.md @@ -10,17 +10,7 @@ ## General -Update your version of this library via Composer [[?]](https://github.com/delight-im/Knowledge/blob/master/Composer%20(PHP).md): - -``` -$ composer update delight-im/auth -``` - -If you want to perform a major version upgrade (e.g. from version `1.x.x` to version `2.x.x`), the version constraints defined in your `composer.json` [[?]](https://github.com/delight-im/Knowledge/blob/master/Composer%20(PHP).md) may not allow this. In that case, just add the dependency again to overwrite it with the latest version (or optionally with a specified version): - -``` -$ composer require delight-im/auth -``` +Update your version of this library using Composer and its `composer update` or `composer require` commands [[?]](https://github.com/delight-im/Knowledge/blob/master/Composer%20(PHP).md#how-do-i-update-libraries-or-modules-within-my-application). ## From `v6.x.x` to `v7.x.x`