Updating composer command to be in-line with best practices

This commit is contained in:
Ben Ramsey
2015-04-25 14:37:16 -05:00
parent a55640c722
commit 01b9d2179a
+1 -1
View File
@@ -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
```