-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pure PHP implementation of Patch (avoid a dependency from the Operating System) #262
Comments
@cweagans I would love to know your thoughts on this. Thanks! |
i thought about it a bit (did you and i talk about it on IRC a few years ago?). I'm not sure this should go into composer-patches itself, but my intent is to make it possible to extend the methods by which a patch can be applied to a particular package in 2.x (which is currently vaporware). Composer has a way for plugins to extend other plugins, so it should be a relatively straightforward thing to do this. Most people just use |
|
As a spin off #93 (comment) , copying the comment below:
About "Research: Pure PHP implementation of patch?" -> The patch utility is not always available and thus, we'd like this to be handled by cweagans/composer-patches (directly or indirectly)
Would this work?
https://github.com/FMaz008/UnifiedDiffPatcher
Are you aware of any other suitable libs? Anything already on Packagist.org?
Thanks!
The text was updated successfully, but these errors were encountered: