1
0
Fork 0

add compile script call to composer.json

expose call for compiling `composer.phar` in composer json, along with description
pull/7886/head
Marko Kaznovac 2019-01-10 15:00:56 +01:00 committed by GitHub
parent 154ae6fae2
commit cc4e5ec281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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"