Closed peterwilsoncc closed 3 years ago
Related: #12680
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
We're still working on this. #14964 is what we are currently working on.
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
This can now be closed, as it was handled via Changelogger and the autotagger tool added in #19192. Our packages' stable versions now always rely on stable packages.
Composer installs are currently defaulting to Jetpack 7.4.1 due to later packages having
@dev
dependencies with"minimum-stability": "dev",
.Composer inherits the minimum stability from the parent package.
Steps to reproduce the issue
composer require "automattic/jetpack *"
composer require "automattic/jetpack 7.6"
./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
Potential causes:
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.