2017 © Pedro Peláez
 

composer-plugin composer-medic

Provides a simple and flexible way to patch Composer packages.

image

enterdev/composer-medic

Provides a simple and flexible way to patch Composer packages.

  • Thursday, December 29, 2016
  • by enter-is
  • Repository
  • 2 Watchers
  • 0 Stars
  • 119 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 11 % Grown

The README.md

composer-medic

Composer plugin to install patches to vendor repositories, (*1)

Installation

  1. composer require enterdev/composer-medic
  2. add medic.lock to your .gitignore (or any other -ignore)
  3. add the following to your composer.json:
"extra": {
    "medic": {
        "<vendor/package>|<path>": {
            "<path_to_patch.patch>": "<description of the patch>"
        }
    }
}

You may have the patches in your main repository or in the dependencies, they will be installed after all the packages are installed., (*2)

If patches list is changed, the package will be reinstalled and all the patches applied again., (*3)

The Versions

29/12 2016

dev-master

9999999-dev

Provides a simple and flexible way to patch Composer packages.

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Jevgenijs Vihnevics

28/12 2016

1.0.0

1.0.0.0

Provides a simple and flexible way to patch Composer packages.

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Jevgenijs Vihnevics