vendor-patches icon indicating copy to clipboard operation
vendor-patches copied to clipboard

Patch your vendor files the easy way

Results 5 vendor-patches issues
Sort by recently updated
recently updated
newest added

Brainstorming a possible flow: - backup modified files to tmp - remove a patch (I guess - remove it from composer.json, run composer install) - backup unmodified files as .old...

Currently, the path to the "patches" directory is hard-coded in `PatchFileFactory`. I want to use ".composer/patches" instead, and I expect others have similar requirements, so it would be helpful to...

Resolves #12 by adding support for environment variable `VENDOR_PATCHES_OUTPUT_PATH`. Its value may be absolute, but must ultimately be relative to the repository. If so, `PatchFileFactory::createPatchFilePath()` will use it; otherwise, it...

Hi @TomasVotruba, is it possible to set the vendor dir by command or configuration? I have a TYPO3 Setup and want to patch extensions, they are copied to a different...

```json { "require": { "predis/predis": "v1.1.6" }, "require-dev": { "phpunit/phpunit": "7.5.20", "symplify/vendor-patches": "^11.2" } } ``` `composer update` It crashes on ``` - Installing phpunit/phpunit (7.5.20): Extracting archive - Applying...