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-fileinput that forces a build failure if acomposer.lockfile is not present. (#251)
Fixed
- Add
--working-dirwhen looking up Composer’s cache directory. This fixes “Filecomposer.jsoncould not be found in the current directory” errors when runningcomposer installin sub-directories or other non-standard locations. (#225, #233, #246, #247) - Update cache action runner to v4 to avoid deprecation notices. (#252, #253, #254)