Skip to content

Commit

Permalink
Fixed invalid bin reference in composer.json
Browse files Browse the repository at this point in the history
It was pointing to composer/bin/phpunit instead of composer/bin/phploc. I
presume this was a copypaste error.
  • Loading branch information
ihabunek committed Nov 10, 2012
1 parent 2e016c7 commit d9cc42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
"bin": [
"composer/bin/phpunit"
"composer/bin/phploc"
],
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit d9cc42b

Please sign in to comment.