markwilson/wp-composer-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 360

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:composer-plugin

2.0.1 2016-03-01 08:46 UTC

This package is not auto-updated.

Last update: 2021-01-23 09:26:44 UTC


README

To be used with markwilson/wp-template.

Usage

{
    "require": {
        "markwilson/wp-composer-plugin": "~2.0"
    },
    "extra": {
        "wordpress": {
            "copy-paths": [
                ["../../path-relative-to-web-root", "path-in-web-root"],
                "path-used-in-web-and-project-root"
            ]
        }
    }
}