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

Neither --major-only nor --minor-only include 0.y.z updates #11032

Closed
halloei opened this issue Aug 29, 2022 · 2 comments
Closed

Neither --major-only nor --minor-only include 0.y.z updates #11032

halloei opened this issue Aug 29, 2022 · 2 comments
Labels
Milestone

Comments

@halloei
Copy link

halloei commented Aug 29, 2022

My composer.json:

{
    "require": {
        "brick/money": "^0.5.1"
    }
}

Output of composer diagnose:

Checking composer.json: OK
Checking platform settings: OK
Checking git settings: OK git version 2.30.2
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: OK
Checking disk free space: OK
Checking pubkeys: FAIL
Missing pubkey for tags verification
Missing pubkey for dev verification
Run composer self-update --update-keys to set them up
Checking composer version: OK
Composer version: 2.4.1
PHP version: 8.1.9
PHP binary path: /usr/local/bin/php
OpenSSL version: OpenSSL 1.1.1n  15 Mar 2022
cURL version: 7.74.0 libz 1.2.11 ssl OpenSSL/1.1.1n
zip: extension present, unzip present, 7-Zip not available

composer outdated returns the following line:

brick/money                 0.5.3   0.6.0   Money and currency library

I expected composer outdated --major-only or composer outdated --minor-only to return that very line, but both are missing it.

@Seldaek Seldaek added this to the 2.4 milestone Aug 30, 2022
@Seldaek Seldaek added the Bug label Aug 30, 2022
@Seldaek
Copy link
Member

Seldaek commented Aug 30, 2022

Thanks, --major-only now works, 0.5 => 0.6 is considered a major break tho so --minor-only does not show it

@halloei
Copy link
Author

halloei commented Aug 30, 2022

Thank you!

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

No branches or pull requests

2 participants