Declaring bin files in composer.json

Adds « bin » declaration with the two CLI minification scripts in
composer.json
This commit is contained in:
zebratrois 2015-02-09 18:03:03 +01:00
parent 43cb34c8d6
commit 6a61364b17

View File

@ -24,5 +24,6 @@
"psr-4": { "psr-4": {
"MatthiasMullie\\Minify\\": "src/" "MatthiasMullie\\Minify\\": "src/"
} }
} },
"bin": ["src/bin/minifycss", "src/bin/minifyjs"]
} }