Skip to content

Commit

Permalink
Add bin reference to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuurlant committed May 26, 2020
1 parent d1868e3 commit 9d0f2ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"scripts": {
"buildphar": "vendor/bin/phar-builder package -e bin/response2schema -z --name response2schema.phar -o build && chmod 755 build/response2schema.phar"
}
},
"bin": [
"bin/response2schema"
]
}

0 comments on commit 9d0f2ee

Please sign in to comment.