From 78764fdbdeeb70fae5c707b3f163d77d27bb0ff3 Mon Sep 17 00:00:00 2001 From: Maxime CULEA Date: Fri, 6 Apr 2018 18:33:38 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d26fb5c..30ed970 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Freeze versions of your composer's dependencies. +This command is especially useful while making a site live. It allows you to grab latest versions of your composer.lock which you tested you site against. +If you would like to go back to a staging status, use another command : [Make Stable](https://github.com/BeAPI/composer-make-stable) to set versions stable. + # What ? Your dependencies into composer.json will be automatically be changed from : @@ -20,7 +23,7 @@ into : - Add repository source : `{ "type": "vcs", "url": "https://github.com/BeAPI/composer-freeze-version" }`. - Include `"bea/composer/composer-freeze-version": "dev-master"` into your composer.json file as require dev. -- Then composer update before use. +- Then `composer update` before use. ## 2 - Run command