Phive v0.7.0 Release Notes

Release Date: 2017-05-19 // almost 7 years ago
  • ➕ 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