Releases: phar-io/phive
Releases · phar-io/phive
Release 0.12.0
Release 0.11.0
Release 0.10.0
Release 0.9.0
Added
- #127: Notify user when GitHub's API rate limit is exceeded and use
a GitHub auth token provided via theGITHUB_AUTH_TOKEN
environment variable to extend the limit to 5000 requests/hour
Release 0.8.2
Fixed
- #115: Fixed an uncaught exception when
trying to install from a non-existing GitHub repository alias
Release 0.8.1
Release 0.8.0
Release 0.7.2
Fixed
- #108: PHAR files are always symlinked on install, even with "-c" option
Release 0.7.1
Release 0.7.0
Added
phive install
will now try to install PHARs from the local cache first before connecting to remote repositories. phive update
will always look for newer versions in remote repositories first unless the --prefer-offline
flag is provided.
- #103: Added automatic periodic updates of
repositories.xml
- #87: Implement
--prefer-offline
commandline option for update command
Changed
- #99: Tests are now compatible with PHPUnit 6
- #104: Allow
v
andV
as a version prefix on GitHub repositories