Skip to content

Releases: mnocon/composer-checkout

v0.2.5

10 Jan 14:41
d52db3a
Compare
Choose a tag to compare

What's Changed

  • GPT-3.5: Change execution to multi-package require by @ibexa-yuna in #6
  • Fixed missing authentication credentials for second and further arguments of checkout command by @adamwojs in #7

New Contributors

Full Changelog: v0.2.4...v0.2.5

Added PHP 8 support

12 May 11:49
f4e5ba2
Compare
Choose a tag to compare

Release v0.2.3

12 May 11:45
d75c91c
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.3

The apply-patch command now uses the -E flag by default:

     -E, --remove-empty-files
             Causes patch to remove output files that are empty after the patches have been applied.  This option is useful when applying patches that create or remove files.

Release v0.2.1

01 Dec 12:12
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

Fixed checkout Command after composer/composer#11160

Release v0.2.0

13 Jul 07:14
Compare
Choose a tag to compare

You can now use --prefer-source to download the dependencies with their source.

From Composer doc:

source means Composer will install packages from their source if there is one. This is typically a git clone or equivalent checkout of the version control system the package uses. This is useful if you want to make a bugfix to a project and get a local git clone of the dependency directly.

Example usage:

composer checkout https://github.com/ezsystems/ezplatform-admin-ui/pull/1798 --prefer-source