-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support composer installation #236
base: main
Are you sure you want to change the base?
Conversation
We require this package all the time as Composer dependency just fine. Running |
|
Please retry with |
|
Cannot install cachetool 9.1.0 yet as it has locked dependency on consolidation/self-update https://github.com/gordalina/cachetool/blob/main/composer.json#L24C10-L24C35 |
It likely depends on Composer or symfony/console version. |
Ok, that might be the reason. BTW what version is displayed for you when you run
|
As I already wrote: 9.1.0, the currently latest version. |
Downgrading
How did it pick the version? For me it shows the following.
|
BTW Compose 2 is capable to provide a version for any installed package. InstalledVersions::getPrettyVersion('gordalina/cachetool'); |
Now I get what you mean, I can confirm this:
But since I always use |
Yes, it's not a big deal. The big deal is the lock to |
It would be useful to have this package as Composer dependency.
Currently when the cachetool installed this way it fails with the following message.