1.7.0-RC - released 2018-07-24
Changelog
- 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
iandualiases for theinstallandupdatecommands - Added support for
showcommand to output json format with --tree - Added support for {glob,braces} support in the path repository's path argument
- Added support in
statuscommand for showing diffs in vendor dir even for packages installed as dist/zip archives - Added
--remove-vcsflag tocreate-projectcommand to avoid prompting for keeping VCS files - Added
--no-secure-httpflag tocreate-projectcommand to bypass https (use at your own risk) - Added
pre-command-runevent that lets plugins modify arguments - Added RemoteFilesystem::getRemoteContents extension point
- Fixed setting scripts via
configcommand