Skip to content

Releases: ramsey/composer-install

4.0.0

15 Mar 22:49
Immutable release. Only release title and notes can be modified.
65e4f84

Choose a tag to compare

What's Changed

  • chore: Bump actions/cache from 4.2.4 to 5.0.3 by @dependabot[bot] in #278

    This necessitates a new major version because actions/cache v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. This is a breaking change for anyone using self-hosted runners.

Full Changelog: 3.2.1...4.0.0

3.2.1

15 Mar 22:42
Immutable release. Only release title and notes can be modified.
a8d0d95

Choose a tag to compare

What's Changed

  • Fix missing cache key hash of composer.json (and composer.lock), as reported in #277.

Full Changelog: 3.2.0...3.2.1

3.2.0

10 Mar 02:43
a35c6eb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.2.0

3.1.1

24 May 20:43
3.1.1
3cf229d

Choose a tag to compare

What's Changed

  • Use the value of the COMPOSER environment variable if it exists; fixes #264

Full Changelog: 3.1.0...3.1.1

3.1.0

05 Mar 18:52
3.1.0
a2636af

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.1

05 Mar 18:31
3.0.1
6a168db

Choose a tag to compare

What's Changed

  • fix: Improve composer.lock behavior with ignore-cache by @flagbrad in #260

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

29 Feb 13:56
3.0.0
57532f8

Choose a tag to compare

Changed

  • Update actions/cache to v4 to avoid deprecation notices.

    This requires a new major version because actions/cache requires Node.js 20, which could cause backwards-compatibility breaks for any projects that require earlier versions of Node.js.

    For more details, see the discussion on #252.

2.3.1

29 Feb 13:52
2.3.1
1919f6c

Choose a tag to compare

Fixed

  • Removed upgrade to cache action runner v4 to avoid potential backwards-compatibility issues that might arise when using self-hosted runners that use Node.js 16 instead of version 20. For more details, see the discussion here: #252.

To avoid the actions/cache deprecation notices, upgrade to @v3 or @3.0.0.

2.3.0

28 Feb 15:29
338f10e

Choose a tag to compare

Added

  • Add new require-lock-file input that forces a build failure if a composer.lock file is not present. (#251)

Fixed

  • Add --working-dir when looking up Composer's cache directory. This fixes "File composer.json could not be found in the current directory" errors when running composer 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)

2.2.0

04 Nov 05:51
83af392

Choose a tag to compare

Added

  • Implement custom-cache-suffix option to allow projects to provide their own cache-busting strategies without defining full custom cache keys (#239)