Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Changed single quotes to double qoutes
Browse files Browse the repository at this point in the history
For some reason single quotes threw this error:

`Invalid version string "*'"` with `composer global require` on Windows 8.1
Changing single quotes to double quotes worked.
  • Loading branch information
JQ authored and JQ committed Mar 11, 2015
1 parent 7096202 commit bd52b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Simply add a dependency on `sebastian/phpcpd` to your project's `composer.json`

For a system-wide installation via Composer, you can run:

composer global require 'sebastian/phpcpd=*'
composer global require "sebastian/phpcpd=*"

Make sure you have `~/.composer/vendor/bin/` in your path.

Expand Down

0 comments on commit bd52b05

Please sign in to comment.