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 acomposer.lock
file is not present. (#251)
Fixed
- Add
--working-dir
when looking up Composer’s cache directory. This fixes “Filecomposer.json
could not be found in the current directory” errors when runningcomposer install
in sub-directories or other non-standard locations. (#225, #233, #246, #247) - Update cache action runner to v4 to avoid deprecation notices. (#252, #253, #254)