From 0bd3a909325af2ef532c7bffe3ee664d20927e9b Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 30 Oct 2014 00:37:22 -0500 Subject: [PATCH] Updating README to use version 2.8 in Composer install example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df41db..8c9bb27 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ the following command to install the package and add it as a requirement to `composer.json`: ```bash -composer.phar require "rhumsaa/uuid=~2.7" +composer.phar require "rhumsaa/uuid=~2.8" ```