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 […]

    Continue reading

  • Useful things in Bash

    What is $() In a shell script or terminal command, the $() syntax is known as “command substitution.” It allows you to […]

    Continue reading

  • Using php-actions/composer@v6 in GitHub Actions

    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.

    Continue reading