Releases: phar-io/phive
0.15.3
This release adds support for PHP 8.4.
What else changed
- Fix tests with PHP 8.2 by @villfa in #387
- Fix: Case by @localheinz in #397
- Sort the list of aliases alphabetically by @nicwortel in #409
- [PHP 8.4] Fixes for implicit nullability deprecation by @Ayesh in #422
- Fix: Case by @localheinz in #424
- Fix typos by @szepeviktor in #425
- Updated dependencies
- Error out when no phars to install
New Contributors
- @nicwortel made their first contribution in #410
- @Ayesh made their first contribution in #422
Full Changelog: 0.15.2...0.15.3
Release 0.15.2
Release 0.15.1
Release 0.15.0
Please note: Version 0.15.x requires PHP 7.3 or later.
Please also note:
As the SKS keyserver pool finally ceased operation, keys only hosted on their infrastructure
will no longer be available to phive and installations might fail if the respective maintainer
did not (re)publish their keys on still active servers. If not already done so, please tell them
to use keys.openpgp.org
as their preferred key server.
As of this version, --trust-gpg-keys
accepts fingerprint as well as key id strings
Fixed
Removed
- All Code dealing with the SKS keyserver pools has been removed
Changed
- Version constraints using the caret operator (^) now honor pre-1.0 releases, e.g. ^0.3 translates to 0.3.*)
Release 0.14.5
Please note: Version 0.14.x requires PHP 7.2 or later.
Fixed
- #273: Exception when
tput
not found - #284: Make phive compatible with Xdebug 3.0
- #287: "installed" attribute in .phive/phars.xml is not updated after tool downgrade
- #291: Ensure Migrations are aware of configuration options like
--home
Added
- #286: Allow to set phive home directory via environment variable
PHIVE_HOME
Release 0.13.5
- Github blocks HEAD requests to their API Rate Limit endpoint, use GET
Release 0.13.4
Please note: Version 0.13.x is the last to support PHP 7.1. Uses are encouraged to upgrade to PHP 7.2 or later.
Fixed
- Add missing case fix to previous backported RateLimit parsing fix
Release 0.14.4
Please note: Version 0.14.x requires PHP 7.2 or later.
Fixed
- #266: "Ubuntu 20.04 & PHP7.4: phive install phploc" errors
Release 0.14.3
Please note: Version 0.14.x requires PHP 7.2 or later.
Fixed
Changed
- Phive should now properly clean up after itself, no more dangeling repo files in
/tmp
- Broken symlinks no longer break installation of phars
- Phive's phar build as well as cli wrapper now actually enforce use of PHP 7.2+
Release 0.13.3
This release only contains a backport of the bugfix for the [RateLimit]
header issue fixed in 0.14.0+ into the 0.13.x tree - so it works with PHP 7.1.
No new features, no additional support.
Upgrade to PHP 7.2+ and phive 0.14.2+.