composer: Update to version 1.8.0

This commit is contained in:
Richard Kuhnt 2018-12-03 10:00:26 +00:00
parent 784134a115
commit a6c7491ca6

View File

@ -1,8 +1,8 @@
{ {
"homepage": "https://getcomposer.org/", "homepage": "https://getcomposer.org/",
"license": "MIT", "license": "MIT",
"version": "1.7.3", "version": "1.8.0",
"url": "https://getcomposer.org/download/1.7.3/composer.phar", "url": "https://getcomposer.org/download/1.8.0/composer.phar",
"bin": "composer.ps1", "bin": "composer.ps1",
"persist": "home", "persist": "home",
"env_set": { "env_set": {
@ -27,10 +27,8 @@
"php-nts" "php-nts"
] ]
}, },
"notes": [ "notes": "'composer selfupdate' is aliased to 'scoop update composer'",
"'composer selfupdate' is aliased to 'scoop update composer'" "hash": "0901a84d56f6d6ae8f8b96b0c131d4f51ccaf169d491813d2bcedf2a6e4cefa6",
],
"hash": "bc6cbcd2c0fbc03c7ab87442b5f1fbc9407f0b9900bddc10d755bdc81bbe7b6e",
"checkver": { "checkver": {
"github": "https://github.com/composer/composer" "github": "https://github.com/composer/composer"
}, },