PHP.Watch Articles
PHP 8.2 Highlights: What's New and Changed
How to install/upgrade PHP 8.2 on Debian and Ubuntu systems
All the Easter Eggs in PHP
Laragon: Simple, Flexible, and Modern Development Server Environment for Windows
Testing Randomness of PHP Random Number Functions
What's New in Composer 2.4
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.Serverless PHP Applications on Digital Ocean Functions
New composer audit
Command and security audits in Composer 2.4
audit
command that lists reported security issues, and automatic warnings when installing a package with known vulnerabilities.New composer bump
Command in Composer 2.4
composer 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.