I released a package version to packagist.org, through github.com releases, with a version tag that packagist.org didn’t like (suffix of -dev). I’ve corrected the version error and republished and the corrected version is now showing up on packagist.org. However, there is still a warning message (…
Tag: packagist
Github stars not showing correctly in packagist
I have recently created an open source project in github. https://github.com/sagautam5/local-states-nepal And then, I have uploaded this package to https://packagist.org, After that, I have made auto updating by adding web hook. Main problem is star counts are not showing correctly in packagist. There are 10 …
Why composer can not find my brand new package on packagist.org?
I’ve just created my first component on packagist.org, this is a forked version of greensock-js. I put “components/greensock-js”: “1.11.*@dev” into the require section of my composer.json file, but the issue is composer can’t find this package, saying no matching package fo…