Skip to content

Commit

Permalink
Removed bin-dir override in composer.json
Browse files Browse the repository at this point in the history
For some reason bin-dir option was changed from the default setting of
vendor/bin to just bin. This caused bin scripts to be installed outside
the vendor subfolder, which is not standard.
  • Loading branch information
ihabunek committed Nov 10, 2012
1 parent 31b6797 commit f6373db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -25,8 +25,5 @@
}, },
"bin": [ "bin": [
"composer/bin/phploc" "composer/bin/phploc"
], ]
"config": {
"bin-dir": "bin"
}
} }

0 comments on commit f6373db

Please sign in to comment.