root913/composer-override-files

v1.1.2 2022-06-06 10:29 UTC

This package is auto-updated.

Last update: 2024-05-06 23:30:36 UTC


README

Using this plugin You can override any vendor file.

Installation

composer require root913/composer-override-files

Usage

Just add those line to composer.json.

Path specified in "path" option should be in same directory as composer.json.

Now You can override files by placing them in specified directory.

Files directory structure should be same as in vendor.

// composer.json (project)
{
    "extra": {
        "override_files": {
            "path": "overrides"
        }
    }
}