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

Warning in composer.json #1460

Closed
Flyingmana opened this issue Feb 14, 2021 · 1 comment · Fixed by #1464
Closed

Warning in composer.json #1460

Flyingmana opened this issue Feb 14, 2021 · 1 comment · Fixed by #1464
Labels
bug composer Relates to composer.json good first issue easy to solve issues

Comments

@Flyingmana
Copy link
Contributor

Flyingmana commented Feb 14, 2021

Steps to reproduce (*)

composer validate
./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
extra.branch-alias.dev-main : the target branch (1.9.4.x) must end in -dev

additionally packagist reports the following:


Skipped branch 1.9.4.x, Invalid package information:
extra.branch-alias.dev-main : the target branch (1.9.4.x) must end in -dev

the problem was introduced by #1160

Expected result (*)

no warning

we should probably also check the actions check, to make sure warnings also trigger a failed build.

@Flyingmana Flyingmana added bug good first issue easy to solve issues composer Relates to composer.json labels Feb 14, 2021
@sreichel
Copy link
Contributor

sreichel commented Feb 16, 2021

For composer its just a warning, but it seems to break packist.org repo completly. I'wasn't able do download any version today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug composer Relates to composer.json good first issue easy to solve issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants