Archives: Notices
-
Composer features
The conflict key in a Composer composer.json The conflict key in a Composer composer.json file is used to declare packages […]
-
Useful things in Bash
What is $() In a shell script or terminal command, the $() syntax is known as “command substitution.” It allows you to […]
-
Using php-actions/composer@v6 in GitHub Actions
php-actions/composer@v6 – is a GitHub action that allows you to install Composer packages to run linter, UnitTests, Integration Tests, static analyzers, or for building projects.