Releases: mnocon/composer-checkout
Releases · mnocon/composer-checkout
v0.2.5
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
- @ibexa-yuna made their first contribution in #6
- @adamwojs made their first contribution in #7
Full Changelog: v0.2.4...v0.2.5
Added PHP 8 support
Full Changelog: v0.2.3...v0.2.4
Release v0.2.3
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
Full Changelog: v0.2.0...v0.2.1
Fixed checkout
Command after composer/composer#11160
Release v0.2.0
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