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

composer -a shows version 999999-dev #10260

Closed
codekandis opened this issue Nov 8, 2021 · 0 comments
Closed

composer -a shows version 999999-dev #10260

codekandis opened this issue Nov 8, 2021 · 0 comments
Labels
Milestone

Comments

@codekandis
Copy link
Contributor

codekandis commented Nov 8, 2021

When I execute composer -a codekandis/phlags --format json

No composer.json found in the current directory, showing available packages from packagist.org
...
"versions": [
    "9999999-dev",
    "3.0.0",
    "2.0.0",
    "1.2.0",
    "1.1.0",
    "1.0.0",
    "dev-development",
    "dev-master"
]

The output of the versions shows a 999999-dev which is confusing me. Is it a faulty packagist version, which isn't shown in the frontend, or is it a version by purpose for composer?

This issue isn't related to the mentioned specific package. It is related to every package.
This issue isn't related to the JSON formatted output. The mentioned version shows up in the default output, too.

@Seldaek Seldaek closed this as completed in 9f433ab Nov 8, 2021
@Seldaek Seldaek added this to the 2.1 milestone Nov 8, 2021
@Seldaek Seldaek added the Bug label Nov 8, 2021
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