Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Created February 3, 2016 09:56
Show Gist options
  • Save ekandreas/cb1f1f09fe89a7628d7d to your computer and use it in GitHub Desktop.
Save ekandreas/cb1f1f09fe89a7628d7d to your computer and use it in GitHub Desktop.
Composer WordPress install declaration
{
"require": {
"johnpbloch/wordpress": "*",
"composer/installers": "*"
},
"extra": {
"wordpress-install-dir": "public",
"installer-paths": {
"public/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"public/wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment