Download the PHP package nathandentzau/composer-patches-dev without Composer
On this page you can find all versions of the php package nathandentzau/composer-patches-dev. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nathandentzau/composer-patches-dev
More information about nathandentzau/composer-patches-dev
Files in nathandentzau/composer-patches-dev
Package composer-patches-dev
Short Description Apply patches to packages while Composer is in dev mode
License MIT
Informations about the package composer-patches-dev
Composer Patches Dev
This composer plugin extends the cweagans/composer-patches plugin to allow
patches to be applied to packages when composer is in dev mode (without
--no-dev
passed composer install
or composer update
). This is useful to
patch certain packages locally and not in a production environment.
Installation
Usage
Add a patches-dev
definition to either the extras
array in composer.json
or in a specified external patch file.
Applying patches defined in patches-dev
Run composer install or update without the --no-dev
flag.
or
Prevent applying patches defined in patches-dev
Run composer install or update with the --no-dev
flag.
or
Example: composer.json
Error handling
Please refer to the error handling documentation for cweagans/composer-patches.
Why is this a seperate plugin?
The cweagans/composer-patches plugin is on a feature freeze for its current stable version. The next version is actively being worked on by its maintainer. This feature will be merged into version 2.x of composer-patches when the time is right. After that this package will be discontinued.
All versions of composer-patches-dev with dependencies
composer-plugin-api Version ^1.1
cweagans/composer-patches Version ^1.6