Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

The branch 6.0 is out of date but composer will provide it as it think its latest dev version #496

Closed
alexander-schranz opened this issue Nov 14, 2024 · 4 comments
Labels

Comments

@alexander-schranz
Copy link
Contributor

alexander-schranz commented Nov 14, 2024

Describe the bug

The branch 6.0 is out of date but composer will provide it as it think its latest version

To Reproduce

composer require coduo/php-matcher:"^6.0.16"
composer config minimum-stability dev
composer update

It installs the 6.0-dev branch which does not contain all fixes: 6.0...6.0.16

Expected behavior

There are solutions remove the 6.0 branch keep onlx the 6.x branch, or update the 6.0 branch with latest changes of 6.0.16 or other fixes.

Screenshots

https://github.com/sulu/sulu/actions/runs/11842548301/job/33001403218?pr=7653

Following thing was fixed but because outdated 6.0 branch still get the error on testing dev versions:

Bildschirmfoto 2024-11-14 um 19 18 06

Additional context
Add any other context about the problem here.

@alexander-schranz alexander-schranz changed the title The branch 6.0 is out of date but composer will provide it as it think its latest version The branch 6.0 is out of date but composer will provide it as it think its latest dev version Nov 14, 2024
@norberttech
Copy link
Member

Nice catch! Let me remove the branch 6.0 and keep 6.x for now.
6.0 will come back once we start working on 7.x features

@alexander-schranz
Copy link
Contributor Author

Thank you can you check if you can manually update packagist here:

https://packagist.org/packages/coduo/php-matcher#6.0.x-dev

Or may remove the 6.0.x it still on packagist else available:

Bildschirmfoto 2024-11-15 um 08 48 05

@norberttech
Copy link
Member

yes, sorry I missed that one, should be fine now
image

@alexander-schranz
Copy link
Contributor Author

Thx works now 👍

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

No branches or pull requests

2 participants