Merge pull request #60 from suzuken/2.8

composer.phar require "rhumsaa/uuid=~2.8" is not proper
This commit is contained in:
Ben Ramsey
2015-05-14 09:23:04 -05:00
+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 "rhumsaa/uuid=~2.8"
composer.phar require "ramsey/uuid=~2.8"
```