Skip to content
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

Installing 6.1.0 via composer fails #171

Closed
francoisfreitag opened this issue Jan 8, 2021 · 1 comment · Fixed by #172
Closed

Installing 6.1.0 via composer fails #171

francoisfreitag opened this issue Jan 8, 2021 · 1 comment · Fixed by #172

Comments

@francoisfreitag
Copy link
Contributor

Hi, thanks a lot for this tool, it is solving our problem very neatly!

Up to v6.0.0, I had been using command $ composer global require gordalina/cachetool to make cachetool available for my webserver user.

Since v6.1.0, the installation fails with:

$ composer global require gordalina/cachetool==6.1.0
Changed current directory to /home/vagrant/.config/composer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for gordalina/cachetool =6.1.0 -> satisfiable by gordalina/cachetool[6.1.0].
    - gordalina/cachetool 6.1.0 requires consolidation/self-update 1.x-dev -> satisfiable by consolidation/self-update[1.x-dev] but these conflict with your requirements or minimum-stability.


Installation failed, reverting ./composer.json to its original content.
francoisfreitag added a commit to francoisfreitag/cachetool that referenced this issue Jan 8, 2021
Avoids reducing composer minimum-stability when installing with
`composer require` on production servers.

Fix gordalina#171
gordalina pushed a commit that referenced this issue Jan 12, 2021
Avoids reducing composer minimum-stability when installing with
`composer require` on production servers.

Fix #171
@gordalina
Copy link
Owner

Fix released in v6.1.1

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

Successfully merging a pull request may close this issue.

2 participants