Skip to content

Commit

Permalink
Try to fix Travis failure with Mercator MU plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Oct 16, 2023
1 parent 0d03cd4 commit b42c4c0
Show file tree
Hide file tree
Showing 5 changed files with 1,217 additions and 752 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"extra": {
"wordpress-install-dir": "local/public",
"installer-paths": {
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"local/public/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"]
"local/public/wp-content/plugins/{$vendor}-{$name}/": ["type:wordpress-plugin"],
"local/public/wp-content/mu-plugins/{$vendor}-{$name}/": ["type:wordpress-muplugin"]
}
},
"scripts": {
Expand Down
Loading

0 comments on commit b42c4c0

Please sign in to comment.