Releases: ecoAPM/php-libyear
Releases · ecoAPM/php-libyear
2.3.0
2.2.1
New features!
- a progress bar is displayed while the app is processing dependency version information
- verbose mode, for help debugging why version information might not be showing up
- better error handling when a repository does not provide metadata
2.1.1
Added the ability to use package repositories other than Packagist (thanks to @mscottford of @corgibytes for the initial feature request, and to the @BedrockStreaming team for a proof-of-concept implementation!)
2.0.3
Improved backwards compatibility to PHP 7.4 (thanks, @prajapati-kaushik!)
2.0.2
Fixed an issue where the app may crash if a dependent package is not found on Packagist
2.0.1
Fixed an issue where dependencies against a branch (e.g. dev-master
) would crash the app
2.0.0
Allow running from composer, as well as phar file
1.0.0
Initial commit