Skip to content

Release 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sebastianheuer sebastianheuer released this 19 May 15:03
· 499 commits to master since this release

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 and V as a version prefix on GitHub repositories

Fixed

  • #102: Global installations are now tracked in ~/.phive/phive.xml and do not affect project-specific phive.xml files anymore
  • #96: phive.xml is not altered when phive install did not install any changed PHARs