pantheon-systems / terminus-installer

Installer for Pantheon Terminus
MIT License
7 stars 6 forks source link

Unable to upgrade Terminus from 1.6.1 to 1.7.1 #34

Open jgwheeler opened 6 years ago

jgwheeler commented 6 years ago

Under Ubuntu 16.04 on Windows Subsystem for Linux, PHP 7.2, I am unable to update Terminus using Composer or the downloadable installer. I've tried clearing the Composer cache, deleting the composer.lock file and running composer install with the latest Terminus version in the composer.json. Nothing works:

$ terminus --version
Terminus 1.6.1
 [notice] A new Terminus version v1.7.1 is available.
You are currently using version v1.6.1.
You can update Terminus by running `composer update` or using the Terminus installer:
curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar && php installer.phar update

When I run composer update it doesn't even register that there's anything to update:

$ composer update
    1/4:        http://packagist.org/p/provider-latest$6520f5decc24b7ebe800db5899fd127e90d2990eeef1c916f1b885e85017cb61.json
    2/4:        http://packagist.org/p/provider-2017-10$7e9faf214cabe79449d87c01f1ae88a1aa892ccf87b982f2efbf8375810da49d.json
    3/4:        http://packagist.org/p/provider-2017-07$97b38dadfcaad54d44a3fa5445d27be90a3fee49313e08c76fda307ddd52d38c.json
    4/4:        http://packagist.org/p/provider-2018-01$bd7dc70475ef1a372a6925ea9781b5485197603e3e3cc79067facffcd736d6c5.json
    Finished: success: 4, skipped: 0, failure: 0, total: 4
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files

Totally stumped.