I will look into it as soon as i can. No idea why this happens yet.

9 days later

Got NaN updates instead of No updates in header button

{count, plural, =0 {No updates} one {One update} other {# updates}}

    I cannot see any way to get an API key. Maybe there is a server misconfig or sth? this is what I see:

    17 days later

    dum question, how do i check for updates manually using composer?

    a month later

    bear Can you run php -V in the command line please? It's possible that your command line is running on a different PHP version than your web stack 🙂

      Of course katos

      PHP 8.0.9 (cli) (built: Aug 11 2021 01:15:08) ( NTS )
      Copyright (c) The PHP Group
      Zend Engine v4.0.9, Copyright (c) Zend Technologies

        bear strange - can you post the exact error that you're getting please? 🙂

        `
        [shareourfun@li1368-227 forum]$ composer require extiverse/mercury:*
        ./composer.json has been updated
        Running composer update extiverse/mercury
        Loading composer repositories with package information
        Updating dependencies
        Your requirements could not be resolved to an installable set of packages.

        Problem 1
        - extiverse/mercury[0.1.2, ..., 0.1.3] require extiverse/api-client 0.2.1 -> satisfiable by extiverse/api-client[0.2.1, 0.2.2, 0.2.3].
        - extiverse/mercury[0.1, ..., 0.1.1] require extiverse/api-client 0.2 -> satisfiable by extiverse/api-client[0.2, 0.2.1, 0.2.2, 0.2.3].
        - extiverse/api-client[0.2, ..., 0.2.3] require guzzlehttp/psr7 1.8.* -> found guzzlehttp/psr7[1.8.0, 1.8.1, 1.8.2] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
        - Root composer.json requires extiverse/mercury * -> satisfiable by extiverse/mercury[0.1, 0.1.1, 0.1.2, 0.1.3].

        Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

        Installation failed, reverting ./composer.json and ./composer.lock to their original content.
        `

          bear This isn't related to PHP version, this is because it's not allowed to update the dependency of psr -

          Try: composer update guzzlehttp/psr7 or composer require extiverse/mercury:* --with-all-dependencies