Packagist: outdated pre version
See original GitHub issueHi, thank you for awesome webservice.
I’ve just came across some packagist PHP version behaviour. I want to show PHP version for upcoming version, let say untagged master branch.
He is how it works on badgen.net.
v0.6
Here is latest tagged version, it works correctly.
- It shows
^7.2
https://badgen.net/packagist/php/contributte/forms/latest
dev-master
Here is untagged dev-master version, it doesn’t work correctly, from my point of view.
- It shows
^7.2
instead of>=7.2
https://badgen.net/packagist/php/contributte/forms/pre
https://badgen.net/packagist/php/contributte/forms/master
https://badgen.net/packagist/php/contributte/forms/dev-master
According to packagist, it shows correct data.
v0.6
dev-master
According to packagist JSON endpoint, it shows correct data.
Am I doing something wrong? Thank you for you time.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
packagist not detecting version of my package #587 - GitHub
When I initially added the package, the composer.json file did not contain version info and there was no version tag, but the command ......
Read more >composer/package-versions-deprecated - Packagist
Composer plugin that provides efficient querying for installed package versions (no runtime IO)
Read more >Changelog - Private Packagist Self-Hosted
Deleting a package, then adding a package with the same name from packagist.org can no longer lead to a stale local Composer cache...
Read more >How to install a specific version of package using Composer?
I am trying to install a specific version of a package using Composer. I tried composer install and composer require but they are...
Read more >Are Composer and Packagist also vulnerable to package ...
You could setup Toran Proxy to pre-cache all new tags of a package - that way you'd have all versions of a package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Packagist links:
https://packagist.org/packages/contributte/forms#dev-master https://packagist.org/packages/contributte/forms#v0.4.0 https://repo.packagist.org/p/contributte/forms.json
Looks good to me.