Skip to content

Releases: itgalaxy/bin-wrapper

1.0.4

29 Mar 09:35
Compare
Choose a tag to compare
  • Chore: minimum required itgalaxy/os-filter version is now ^3.0.0.

1.0.3

28 Mar 17:08
Compare
Choose a tag to compare

Fixed: avoid creating file when guzzle could not download file.

1.0.2

28 Mar 15:08
Compare
Choose a tag to compare
  • Fixed: canonicalize all paths.

1.0.1

28 Mar 14:07
Compare
Choose a tag to compare
  • Fixed: ignore directory exist when search binary.

1.0.0

28 Mar 12:44
Compare
Choose a tag to compare
  • Changed: used full php namespace.

0.0.6

05 Dec 15:12
Compare
Choose a tag to compare
  • Added: used itgalaxy/bin-version-check package for semver range validation.

0.0.5

05 Dec 13:40
Compare
Choose a tag to compare
  • Chore: loaded autoload in tests relatively bootstrap.php file.
  • Chore: fixed test for windows.
  • Chore: minimum required phpunit/phpunit version is now ~5.7.0.
  • Chore: used itgalaxy/bin-check package instead own implementation.
  • Chore: used PHP_OS constant instead php-uname function.

0.0.4

03 Dec 12:56
Compare
Choose a tag to compare
  • Chore: improved README.md.
  • Chore: use itgalaxy/os-filter package instead own implementation.
  • Fixed: move symfony/filesystem package from require-dev to require.

0.0.3

02 Dec 20:09
Compare
Choose a tag to compare
  • Fixed: compat with windows.

0.0.2

02 Dec 14:39
Compare
Choose a tag to compare
  • Fixed: use Path::canonicalize for normalize bin path.
  • Fixed: use Path::hasExtension for determine whether you need to uncompress the file.