Merge pull request #7886 from kaznovac/patch-1

expose compile script call to composer.json
main
Jordi Boggiano 6 years ago committed by GitHub
commit 177536d004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,8 +72,13 @@
"bin/composer"
],
"scripts": {
"compile": "@php -dphar.readonly=0 bin/compile",
"test": "phpunit"
},
"scripts-descriptions": {
"compile": "Compile composer.phar",
"test": "Run all tests"
},
"support": {
"issues": "https://github.com/composer/composer/issues",
"irc": "irc://irc.freenode.org/composer"

Loading…
Cancel
Save