If you go you https://packagist.org/packages/geekality/website and compare it with what you get when you run `composer show geekality/website.
- Latest version at packagist at the top is v0.7
- Latest version given in command line output is v0.6
- Latest version should have been v0.7.1 in both cases
- Version >= 0.7 doesn't even show up in the command line
- The dev-master version points to v0.5 ??
What is going on here? How do I fix this? If I change my composer.json to target version/tag 0.7.1, which to me clearly exists on both packagist and on GitHub, I get an error message saying the requested package could not be found.
I have tried
- Delete vendor folder and re-update
- Delete the composer cache
- Do the composer update on a different computer
- Delete and recreate the package on Packagist
- Create and push a new tag (0.7.1 is basically same as 0.7)
Anyone have any idea what's going on?
Update
Seems like this is caused by some issues with Packagist and that nothing is actually wrong on my side (or others who seem to have the same problem).
I "solved" it temporarily by listing the source of problematic repositories manually in composer.json
.