Skip to content

Commit

Permalink
Update bin-dir settings in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 1, 2016
1 parent 45dc25c commit 761ce1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SESSION_DRIVER=file
SCREEENLY_RATE_LIMIT=1000
SCREEENLY_RATE_LIMIT_TIME=60
SCREEENLY_STORAGE_PATH=images/generated/
SCREEENLY_PATH_TO_PHANTOMJS=/bin/phantomjs
SCREEENLY_PATH_TO_PHANTOMJS=/vendor/bin/phantomjs

RAVEN_DSN=secret
RAVEN_LEVEL=debug
Expand Down
2 changes: 1 addition & 1 deletion .env.travis
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SESSION_DRIVER=file
SCREEENLY_RATE_LIMIT=1000
SCREEENLY_RATE_LIMIT_TIME=60
SCREEENLY_STORAGE_PATH=images/generated/
SCREEENLY_PATH_TO_PHANTOMJS=/bin/phantomjs
SCREEENLY_PATH_TO_PHANTOMJS=/vendor/bin/phantomjs

RAVEN_DSN=secret
RAVEN_LEVEL=debug
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
},
"config": {
"preferred-install": "dist",
"bin-dir": "bin"
"bin-dir": "vendor/bin"
}
}

0 comments on commit 761ce1c

Please sign in to comment.