Skip to content

Releases: ramsey/composer-install

2.1.1

Choose a tag to compare

@ramsey ramsey released this 03 Nov 20:20
7f9021e

Fixed

2.1.0

Choose a tag to compare

@ramsey ramsey released this 31 Dec 00:59
2.1.0
f680dac

Added

  • Force the use of composer update if a lock file is not present, avoiding the warning that appears when running composer install without a lock file.

2.0.5

Choose a tag to compare

@ramsey ramsey released this 28 Dec 18:48
2.0.5
713bde7

Fixed

  • Don't error on out-of-sync lock file (#206, #213)
  • Do not append empty restore key (#216)

2.0.4

Choose a tag to compare

@ramsey ramsey released this 28 Dec 01:25
2.0.4
824cdf4

Fixed

  • Fix typo in variable name

2.0.3

Choose a tag to compare

@ramsey ramsey released this 28 Dec 00:53
2.0.3
8bec747

Fixed

  • Convert GitHub Action notices to debug messages (#211)
  • Ensure compatibility with Composer 1.x (#209, #210)

2.0.2

Choose a tag to compare

@ramsey ramsey released this 24 Dec 00:36
2.0.2
966a519

Fixed

  • Fix case when values other than locked, highest, or lowest are passed for dependency_versions. In these cases, we always default to locked.

2.0.1

Choose a tag to compare

@ramsey ramsey released this 24 Dec 00:05
2.0.1
f22409e

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

Choose a tag to compare

@ramsey ramsey released this 23 Dec 19:28
2.0.0
081c245

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

Choose a tag to compare

@ramsey ramsey released this 16 Mar 15:23
a7320a0
  • Support passing --working-dir as part of composer-options

1.2.0

Choose a tag to compare

@ramsey ramsey released this 05 Mar 22:42
1.2.0
ad239a1
  • Support Composer working-directory option for when composer.json is in a non-standard location.
  • Add operating system name to the cache key.