Merge pull request #7465 from dhensby/pulls/4/composer-bin

Expose sake via vendor/bin dir with composer
This commit is contained in:
Damian Mooyman 2017-10-11 10:07:29 +13:00 committed by GitHub
commit e3086d31a1

View File

@ -18,6 +18,9 @@
"homepage": "http://silverstripe.org"
}
],
"bin": [
"sake"
],
"require": {
"composer/installers": "~1.0",
"embed/embed": "^3.0",