From 01b9d2179a4b69fed8e2e139830ebcf70c05cda6 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 25 Apr 2015 14:37:16 -0500 Subject: [PATCH] Updating composer command to be in-line with best practices --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b9b23..2c749ec 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ the following command to install the package and add it as a requirement to `composer.json`: ```bash -composer.phar require "ramsey/uuid=~3.0" +composer require ramsey/uuid ```