Skip to content

Commit

Permalink
Do not fail hard when installing no dev deps (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored and theofidry committed Mar 17, 2019
1 parent 98cad01 commit 67f9d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ For convenience, you can add the following script in your `composer.json` :
```json
{
"scripts": {
"bin": "echo 'bin not installed'",
"post-install-cmd": ["@composer bin all install --ansi"],
"post-update-cmd": ["@composer bin all update --ansi"]
}
Expand Down

0 comments on commit 67f9d31

Please sign in to comment.