Skip to content

Instantly share code, notes, and snippets.

@Foxaii
Created February 6, 2014 12:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Foxaii/8843245 to your computer and use it in GitHub Desktop.
Save Foxaii/8843245 to your computer and use it in GitHub Desktop.
Bedrock with Roots
{
"name": "roots/bedrock",
"type": "project",
"license": "MIT",
"description": "A modern WordPress stack",
"homepage": "http://roots.io/wordpress-stack/",
"authors": [
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
}
],
"keywords": [
"wordpress", "stack", "capistrano", "composer", "vagrant", "wp"
],
"support": {
"issues": "https://github.com/roots/bedrock/issues",
"forum": "http://discourse.roots.io/category/bedrock"
},
"config": {
"preferred-install": "dist",
"generate-salts": true
},
"autoload": {
"psr-0": {"Bedrock\\Installer": "scripts"}
},
"scripts": {
"post-root-package-install": ["Bedrock\\Installer::addSalts"]
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "wordpress",
"version": "3.8.1",
"type": "webroot",
"dist": {
"type": "zip",
"url": "https://github.com/WordPress/WordPress/archive/3.8.1.zip"
},
"require" : {
"fancyguy/webroot-installer": "1.1.0"
}
}
},
{
"type": "package",
"package": {
"name": "roots/roots",
"version": "6.5.2",
"type": "wordpress-theme",
"dist": {
"type": "zip",
"url": "https://github.com/roots/roots/archive/6.5.2.zip"
},
"require" : {
"composer/installers": "v1.0.6"
}
}
}
],
"require": {
"php": ">=5.3.2",
"wordpress": "3.8.1",
"roots/roots": "6.5.2",
"fancyguy/webroot-installer": "1.1.0",
"composer/installers": "v1.0.6",
"wp-cli/wp-cli": "v0.13.0",
"vlucas/phpdotenv": "~1.0.5"
},
"extra": {
"installer-paths": {
"app/plugins/{$name}/": ["type:wordpress-plugin"],
"app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"app/themes/{$name}/": ["type:wordpress-theme"]
},
"webroot-dir": "wp",
"webroot-package": "wordpress"
}
}
@Foxaii
Copy link
Author

Foxaii commented Feb 6, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment