From 90d81effda954e850536c816376a3223510aaeb8 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 22 Mar 2016 15:48:58 -0300 Subject: [PATCH] Update 2.8 reference in README to 2.9 [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ca2849..84681b6 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ Don't panic. Simply execute the following commands with Composer: ``` bash composer remove rhumsaa/uuid -composer require ramsey/uuid=^2.8 +composer require ramsey/uuid=^2.9 ``` -After doing so, you will have the latest ramsey/uuid package in the 2.8.x series, and there will be no need to modify any code; the namespace in the 2.8.x series is still `Rhumsaa`. +After doing so, you will have the latest ramsey/uuid package in the 2.x series, and there will be no need to modify any code; the namespace in the 2.x series is still `Rhumsaa`. ## Requirements