Releases: ramsey/composer-install
Releases · ramsey/composer-install
2.0.1
Fixed
- Fix case where cache keys might collide if using more than one working directory on a project.
- Improve error handling and reporting.
- Validate
composer.json
and emit error message if it does not validate.
2.0.0
Added
- Use
--prefer-stable
with lowest dependencies (#178) - Allow use of a custom cache key (#167)
- Allow ability to ignore the cache
Changed
- Switch to a composite action from a JavaScript action
Fixed
1.3.0
- Support passing
--working-dir
as part ofcomposer-options
1.2.0
- Support Composer working-directory option for when
composer.json
is in a non-standard location. - Add operating system name to the cache key.
1.1.0
Display Composer output with ANSI colors.
1.0.3
Patch release for dependency updates.
1.0.2
- Use the GitHub cache action directly to avoid duplication of code/effort.
- Turn on output of Composer command to provide feedback in the job log
- Use Composer
cache-dir
instead ofcache-files-dir