add compile script call to composer.json
expose call for compiling `composer.phar` in composer json, along with descriptionpull/7886/head
parent
154ae6fae2
commit
cc4e5ec281
|
@ -72,8 +72,13 @@
|
||||||
"bin/composer"
|
"bin/composer"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"compile": "@php -dphar.readonly=0 bin/compile",
|
||||||
"test": "phpunit"
|
"test": "phpunit"
|
||||||
},
|
},
|
||||||
|
"scripts-descriptions": {
|
||||||
|
"compile": "Compile composer.phar",
|
||||||
|
"test": "Run all tests"
|
||||||
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/composer/composer/issues",
|
"issues": "https://github.com/composer/composer/issues",
|
||||||
"irc": "irc://irc.freenode.org/composer"
|
"irc": "irc://irc.freenode.org/composer"
|
||||||
|
|
Loading…
Reference in New Issue