Skip to content

Releases: ramsey/composer-install

2.0.1

24 Dec 00:05
2.0.1
f22409e
Compare
Choose a tag to compare

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

23 Dec 19:28
2.0.0
081c245
Compare
Choose a tag to compare

Added

  • Use --prefer-stable with lowest dependencies (#178)
  • Allow use of a custom cache key (#167)
  • Allow ability to ignore the cache

Changed

Fixed

  • Fix case where working-directory did not run composer install in the correct working directory (#187)
  • Fix problems with retrieving cache with parallel builds (#161, #152)
  • Fix problems restoring from cache on Windows (#79)

1.3.0

16 Mar 15:23
a7320a0
Compare
Choose a tag to compare
  • Support passing --working-dir as part of composer-options

1.2.0

05 Mar 22:42
1.2.0
ad239a1
Compare
Choose a tag to compare
  • 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

26 Oct 19:35
92a7904
Compare
Choose a tag to compare

Display Composer output with ANSI colors.

1.0.3

23 Oct 19:59
69e4429
Compare
Choose a tag to compare

Patch release for dependency updates.

1.0.2

20 Sep 03:48
1.0.2
ba88e18
Compare
Choose a tag to compare
  • 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 of cache-files-dir

1.0.1

20 Sep 02:20
1.0.1
670ab8f
Compare
Choose a tag to compare

Rewrite and refactor as a JavaScript action.

1.0.0

17 Sep 19:53
1.0.0
ccf9820
Compare
Choose a tag to compare

Initial release of a GitHub Action to install and cache Composer dependencies.