All Versions
166
Latest Version
Avg Release Cycle
13 days
Latest Release
518 days ago

Changelog History
Page 12

  • v1.7.3 Changes

    November 01, 2018
    • Fixed handling of replace/conflict rules. This may affect dependency resolution in some edge cases.
    • Fixed Bitbucket API support and migrated all calls to API v2 as v1 is deprecated
    • Fixed support for lib-openssl 1.1.1 having only lowercase algorithm names
    • Fixed escaping of URLs in Perforce and Svn drivers
    • Fixed show command not respecting --path when a single package name was given
    • Fixed regression in 1.7.2's handling of metapackages
  • v1.7.2 Changes

    August 16, 2018
    • Fixed reporting of authentication/rate limiting issues for GitHub API access
    • Fixed create-project not checking the checking the latest commit out when a cache was already present
    • Fixed reporting of errors when global command can not switch the working directory
    • Fixed PHP 5.3 JSON encoding issues with complex unicode character sequences
    • Updated to latest ca-bundle and xdebug-handler projects, see related changelogs
  • v1.7.1 Changes

    August 07, 2018
    • Fixed issue autoloading plugins in require-dev in some conditions
    • Fixed handling of SSL to repo.packagist.org on very old PHP versions
  • v1.7.0 Changes

    August 03, 2018
    • Added the overridden platform config's PHP version in the diagnose command output
    • Fixed --no-plugins not being respected in a few commands
    • Fixed 1.7.0-RC regression in output showing instead of proper colors
    • Fixed 1.7.0-RC regression in output missing "Loading from cache" output on package install
  • v1.7.0-RC Changes

    July 24, 2018
    • Changed default repository URL from packagist.org to repo.packagist.org, this might affect people with strict firewall rules
    • Changed output from Updating to Downgrading when performing package downgrades, this might affect anything parsing output
    • Several minor performance improvements
    • Added basic authentication support for mercurial repos
    • Added explicit i and u aliases for the install and update commands
    • Added support for show command to output json format with --tree
    • Added support for {glob,braces} support in the path repository's path argument
    • Added support in status command for showing diffs in vendor dir even for packages installed as dist/zip archives
    • Added --remove-vcs flag to create-project command to avoid prompting for keeping VCS files
    • Added --no-secure-http flag to create-project command to bypass https (use at your own risk)
    • Added pre-command-run event that lets plugins modify arguments
    • Added RemoteFilesystem::getRemoteContents extension point
    • Fixed setting scripts via config command
  • v1.6.5 Changes

    May 04, 2018
    • Fixed regression in 1.6.4 causing strange update behaviors with dev packages
    • Fixed regression in 1.6.4 color support detection for Windows
    • Fixed issues dealing with broken symlinks when switching branches and using path repositories
    • Fixed JSON schema for package repositories
    • Fixed issues on computers set to Turkish locale
    • Fixed classmap parsing of files using short-open-tags when they are disabled in php
  • v1.6.4 Changes

    April 13, 2018
    • Security fixes in some edge case scenarios, recommended update for all users
    • Fixed regression in version guessing of path repositories
    • Fixed removing aliased packages from the repository, which might resolve some odd update bugs
    • Fixed updating of package URLs for GitLab
    • Fixed run-script --list failing when script handlers were defined
    • Fixed init command not respecting the current php version when selecting package versions
    • Fixed handling of uppercase package names in why/why-not commands
    • Fixed exclude-from-classmap symlink handling
    • Fixed filesystem permissions of PEAR binaries
    • Improved performance of subversion repos
    • Other minor fixes
  • v1.6.3 Changes

    January 31, 2018
    • Fixed GitLab downloads failing in some edge cases
    • Fixed ctrl-C handling during create-project
    • Fixed GitHub VCS repositories not prompting for a token in some conditions
    • Fixed SPDX license identifiers being case sensitive
    • Fixed and clarified a few dependency resolution error reporting strings
    • Fixed SVN commit log fetching in verbose mode when using private repositories
  • v1.6.2 Changes

    January 05, 2018
    • Fixed more autoloader regressions
    • Fixed support for updating dist refs in gitlab URLs
  • v1.6.1 Changes

    January 04, 2018
    • Fixed upgrade regression due to some autoloader cleanups
    • Fixed some overly loose version constraints