Below you will find pages that utilize the taxonomy term “ramsey”
February 29, 2024
Install PHP Dependencies with Composer
Version updated for ramsey/composer-install to version 3.0.0.
This action is used across all versions by 12,106 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed Update actions/cache to v4 to avoid deprecation notices.
This requires a new major version because actions/cache requires Node.js 20, which could cause backwards-compatibility breaks for any projects that require earlier versions of Node.js.
For more details, see the discussion on #252.
February 28, 2024
Install PHP Dependencies with Composer
Version updated for ramsey/composer-install to version 2.3.0.
This action is used across all versions by 12,090 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Add new require-lock-file input that forces a build failure if a composer.lock file is not present. (#251) Fixed Add --working-dir when looking up Composer’s cache directory. This fixes “File composer.json could not be found in the current directory” errors when running composer install in sub-directories or other non-standard locations.