Composer Patches: Simple Patches Plugin For Composer with PHP

Simple patches plugin for Composer. Applies a patch from a local or remote file to any dependency installed by Composer.

.coveralls.yml

coverage_clover: tests/_output/coverage.xml
json_path: tests/_output/coveralls_upload.json

.editorconfig

# PSR-1/2 standard.
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space

# Markdown customizations
[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[*.json]
indent_size = 2

.gitattributes

# Exclude files that don't need to be present in packages (so they're not downloaded by Composer)
/.coveralls.yml   export-ignore
/.editorconfig    export-ignore
/.gitattributes   export-ignore
/.gitignore       export-ignore
/*.md             export-ignore
/*.yml            export-ignore
/tests            export-ignore

.gitignore

/codeception.yml
/tests/_data/fixtures/**/vendor/
/tests/_data/fixtures/**/*.lock
/tests/_data/fixtures/**/*patches.lock.json
/tests/_output/
/tests/_support/_generated/
/tests/*.suite.yml
/vendor/

Download details:

Author: cweagans
Source: https://github.com/cweagans/composer-patches

License: BSD-3-Clause license

#php 

Composer Patches: Simple Patches Plugin For Composer with PHP
1.05 GEEK