metabolism/wordpress-core-installer

Support wordpress-core type in installer-paths

Installs: 3 111

Dependents: 2

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Type:composer-plugin

1.1.2 2023-01-16 17:28 UTC

This package is auto-updated.

Last update: 2024-03-16 19:58:28 UTC


README

add ["type:wordpress-core"] support for installer-paths in combination with johnpbloch/wordpress-core to install wordpress in the desired folder

Installation

composer require metabolism/wordpress-core-installer
composer require johnpbloch/wordpress-core

in the composer.json

"extra": {
    "installer-paths": {
        "web/edition/": ["type:wordpress-core"]
    }
}