1.8.0 - released 2018-12-03
Changelog
- Changed
post-package-install/post-package-updateevent to be fired after the lock file has been updated as opposed to before - Added support for removing packages using a wildcard with the
removecommand, e.g.composer remove foo/* - Added
chatto the list ofsupportchannels you can list in composer.json - Added signal handling on require command to restore the composer.json in case of abort
- Added
--ignoretooutdatedcommand to pass one or more packages that you do not want to be listed - Added
--no-devtocheck-platform-reqscommand to skip dev requirements even if they are installed - Added support for running plugin commands from sub-directories within a project much like other Composer commands
- Added support for running Composer via phpdbg
- Added
lib-imagickplatform package - Fixed validate command always checking for disabled checks when used with
--strict