All the Easter Eggs in PHP
A trip down the memory with PHP's Easter Eggs over the years
bump
and audit
commands, shell completion support for commands and package names, automatic suggestions to install packages as --dev
where appropriate, and several more new features and improvements.composer audit
Command and security audits in Composer 2.4audit
command that lists reported security issues, and automatic warnings when installing a package with known vulnerabilities.composer bump
Command in Composer 2.4composer bump
is a new command introduced in Composer 2.4 that updates the dependency versions listed in composer.json
file to the current installed versions, making them the new minimum required version.