Popularity
1.7
Growing
Activity
0.0
Stable
48
4
3

Programming language: PHP
License: GNU General Public License v3.0 or later
Latest version: v0.0.1

Patch Installer alternatives and similar libraries

Based on the "Dependency Management Extras" category.
Alternatively, view Patch Installer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Patch Installer or a related project?

Add another 'Dependency Management Extras' Library

README

patch-installer

Patch other composer packages on install or update.

experimental feature

Usage

For a patch type change the install path to vendor directory and merge into other vendor directories.

Your composer.json

{
    "type": "patch",
    "require": {
        "some/dependency": "*",
        "goatherd/patch-installer": "*"
    },
    "extra": {
        "patch-path": "some/dependency",
        "patch-files": [
            "path/to/firstFile.ext",
            "config.xml"
        ]
    }
}

Limitations

  • order of installation is important
  • do not try to patch a patch
  • can not uninstall (but updates)