Skip to content

Instantly share code, notes, and snippets.

@swalkinshaw
Last active January 2, 2016 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swalkinshaw/8246618 to your computer and use it in GitHub Desktop.
Save swalkinshaw/8246618 to your computer and use it in GitHub Desktop.
{
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "wordpress",
"version": "3.8",
"type": "webroot",
"dist": {
"type": "zip",
"url": "https://github.com/WordPress/WordPress/archive/3.8.zip"
},
"require" : {
"fancyguy/webroot-installer": "1.1.0"
}
}
}
],
"require": {
"php": ">=5.3.0",
"wordpress": "3.8",
"fancyguy/webroot-installer": "1.1.0",
"composer/installers": "v1.0.6",
"wp-cli/wp-cli": "v0.13.0",
"vlucas/phpdotenv": "1.0.2"
},
"extra": {
"installer-paths": {
"app/mu-plugins/{$name}/": ["wpackagist/wordpress-seo"],
"app/plugins/{$name}/": ["type:wordpress-plugin"],
"app/mu-plugins/{$name}/": ["type:wordpress-muplugin"]
},
"webroot-dir": "wp",
"webroot-package": "wordpress"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment