Composer update, nothing to update?

Support General Composer update, nothing to update?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10910
    MauroMauro
    Participant

    Hello!
    I've just ran composer update on my install and didn't get anything new.
    I.e. I'm stuck at version 1.1.1 of the geolocation extension, while the current version is 1.2.3. Is there any other action required on my side or is this something you need to do on yours?

    Thanks a lot for adding support to Open Street Maps BTW, I look forward to migrate my app over to the new system!

    Mauro.

    #10919
    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    Maybe Composer caches the packages. I always run these 2 commands together:

    composer clear-cache && composer install

    #10933
    MauroMauro
    Participant

    Weird... I still get nothing to install or update message.

    composer clear-cache && composer install
    Clearing cache (cache-vcs-dir): /Users/mauro/.composer/cache/vcs
    Clearing cache (cache-repo-dir): /Users/mauro/.composer/cache/repo
    Clearing cache (cache-files-dir): /Users/mauro/.composer/cache/files
    Clearing cache (cache-dir): /Users/mauro/.composer/cache
    All caches cleared.
    Loading composer repositories with package information
    Installing dependencies (including require-dev) from lock file
    Nothing to install or update
    Generating autoload files

    #10937
    MauroMauro
    Participant

    Hi Anh, I removed everything from vendor and did a clean composer install from scratch -- I initially thought it didn't work, instead this way I got the latest plug-ins.

    Not sure why it didn't update though. Should I remove and reinstall every time?

    #10964
    Anh TranAnh Tran
    Keymaster

    I think so. I did the same for Meta Box AIO (remove the vendor folder, clear cache and re-install).

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Composer update, nothing to update?’ is closed to new replies.