Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Composer package version seems to be out of sync #43

Open
jesuismaxime opened this issue Mar 1, 2020 · 3 comments
Open

Composer package version seems to be out of sync #43

jesuismaxime opened this issue Mar 1, 2020 · 3 comments
Assignees

Comments

@jesuismaxime
Copy link

The plugin version in this repo is 2.2.1 but I can't get nothing more than 1.4.x with a composer install (I clear my composer cache and try 2 times, still nothing).

I can't use \Bnomei\AutoID::index(true); to clear my cache (and I need it) since it's private in 1.4.x.

Thank you!

@bnomei
Copy link
Owner

bnomei commented Mar 4, 2020

composer will not do a major version upgrade when calling upgrade. i upgraded to 2.x when i made major, breaking changes. to upgrade a major version with composer you need to remove and require again.

if you need a reindex in 1.4.x you can just remove all caches created by autoid.

@bnomei bnomei self-assigned this Mar 4, 2020
@jesuismaxime
Copy link
Author

That's what I said, I remove the entire dependencies, empty my composer cache and re-install the plugin 2 times and it downloads 1.4.x

@bnomei
Copy link
Owner

bnomei commented Mar 5, 2020

version on packagist seems fine.
composer info bnomei/kirby3-autoid

versions : * 2.2.1

sorry i can not replicate your error yet.

have you removed the composer.lock file as well?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants