Skip to content

Releases: ecoAPM/php-libyear

3.1.1

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 22 Jun 11:22
3.1.1
6c06e88
  • resolves a security vulnerability in third-party dependency "Guzzle"

3.1.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 02 Jun 16:50
3.1.0
71fed49
  • libyear now respects a dependency's stability level, e.g. if your dependency is a beta or release candidate, libyear will find the latest beta or release candidates, not only "final" releases

3.0.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 25 Sep 18:04
3.0.0
1f00f52
  • Added support for modern PHP versions (8.1+)
  • Added support for absolute URL metadata patterns
  • Added --limit and --limit-any options to return a failure exit code if the total dependency set is too old

2.3.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 15 Dec 21:27
2.3.0
52cd81f
  • 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

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 18 Nov 14:59
2.2.1
537c3a4

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

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 30 Sep 15:15
2.1.1
06c3514

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

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 02 Aug 16:42
2.0.3
7aef21e

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

2.0.2

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 29 Dec 14:33

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

2.0.1

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 12 Nov 14:27

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

2.0.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 15 Sep 14:38
Allow running from composer, as well as phar file