Speaking of composer and sematnic versioning, here’s a neat web page that will
- List all the avaiable versions of a particular packagist package
- Highlight which versions composer will pick when you use a particular set of SemVer characters
Useful when you’re chasing down composer dependencies — although this project (as of this writing) doesn’t seem PHP version aware and (obviously) is unaware of your composer.lock
file, both of which can effect which packages composer thinks you need.