Skip to content

Releases: ecoAPM/php-libyear

2.3.0

15 Dec 21:27
2.3.0
52cd81f
Compare
Choose a tag to compare
  • added a new option for -u/--update mode, to update the composer.json file with the latest versions
  • added a new option for -h/--help, to display help text in the terminal/console

2.2.1

18 Nov 14:59
2.2.1
537c3a4
Compare
Choose a tag to compare

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

30 Sep 15:15
2.1.1
06c3514
Compare
Choose a tag to compare

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

02 Aug 16:42
2.0.3
7aef21e
Compare
Choose a tag to compare

Improved backwards compatibility to PHP 7.4 (thanks, @prajapati-kaushik!)

2.0.2

29 Dec 14:33
Compare
Choose a tag to compare

Fixed an issue where the app may crash if a dependent package is not found on Packagist

2.0.1

12 Nov 14:27
Compare
Choose a tag to compare

Fixed an issue where dependencies against a branch (e.g. dev-master) would crash the app

2.0.0

15 Sep 14:38
Compare
Choose a tag to compare
Allow running from composer, as well as phar file

1.0.0

22 Jan 01:54
Compare
Choose a tag to compare
Initial commit