2017 © Pedro Peláez
 

composer-installer patch-installer

Install package as patch directly to vendor directory

image

goatherd/patch-installer

Install package as patch directly to vendor directory

  • Saturday, April 20, 2013
  • by goatherd
  • Repository
  • 4 Watchers
  • 50 Stars
  • 84 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 5 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

patch-installer

Patch other composer packages on install or update., (*1)

experimental feature, (*2)

Usage

For a patch type change the install path to vendor directory and merge into other vendor directories., (*3)

Your composer.json, (*4)

{
    "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)

The Versions

20/04 2013

dev-master

9999999-dev https://github.com/goatherd/patch-installer

Install package as patch directly to vendor directory

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3

 

composer-installer patch

20/04 2013

0.0.1

0.0.1.0 https://github.com/goatherd/patch-installer

Install package as patch directly to vendor directory

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3

 

composer-installer patch