Skip to content

Instantly share code, notes, and snippets.

@tobyl
Last active October 27, 2015 15:02
Show Gist options
  • Save tobyl/e8e675aa9d64c3a6cd24 to your computer and use it in GitHub Desktop.
Save tobyl/e8e675aa9d64c3a6cd24 to your computer and use it in GitHub Desktop.
{
"name": "simple-wp-boilerplate/simple-wp-boilerplate",
"description": "simple wordpress boilerplate setup via composer",
"license": "proprietary",
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
}
],
"require": {
"johnpbloch/wordpress": "4.3.1",
"wpackagist-plugin/wp-original-media-path": "~1.4",
"wpackagist-plugin/wordfence": "~6.0",
"wpackagist-plugin/contact-form-7": "3.8.1",
"wpackagist-plugin/wp-mail-smtp": "*",
"mnsami/composer-custom-directory-installer": "1.0.*",
"vlucas/phpdotenv": "~2.0"
},
"extra": {
"wordpress-install-dir": "./web/wp",
"installer-paths": {
"./web/app/plugins/{$name}/": [
"type:wordpress-plugin"
],
"./phpdotenv/": ["vlucas/phpdotenv"]
}
},
"config": {
"vendor-dir": "./web/app/mu-plugins"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment