Created
February 3, 2016 09:56
-
-
Save ekandreas/cb1f1f09fe89a7628d7d to your computer and use it in GitHub Desktop.
Composer WordPress install declaration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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