From 2a1145ffbf4e11f39bfd0882bee22c783c25674e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 26 Jun 2015 19:35:00 +0200 Subject: [PATCH] update installation instructions Given that Composer will install the latest version of a package matching the stability restrictions that apply to project, users can get an undesired version of package when they don't specify a version constraint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262693b..0d0c5cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ With the help of Run the command below to install via Composer ```shell -composer require egulias/email-validator +composer require egulias/email-validator "~1.2" ``` ##Usage##