21 lines
549 B
JSON
21 lines
549 B
JSON
{
|
|
"type": "project",
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://wpackagist.org"
|
|
}
|
|
],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"html/wp-content/mu-plugins/{$name}": ["type:wordpress-muplugin", "wpackagist-plugin/more-privacy-options"],
|
|
"html/wp-content/plugins/{$name}": ["type:wordpress-plugin"],
|
|
"html/wp-content/themes/{$name}": ["type:wordpress-theme"]
|
|
}
|
|
}
|
|
} |