Skip to content

Instantly share code, notes, and snippets.

@tomjn
Last active December 26, 2015 07:59
Show Gist options
  • Save tomjn/7119006 to your computer and use it in GitHub Desktop.
Save tomjn/7119006 to your computer and use it in GitHub Desktop.
{
"name": "tomjn/ptahsiteexample",
"description": "Just another WordPress site",
"license": "GPL-2.0+",
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "wordpress/twentythirteen",
"version": "1.0",
"type": "wordpress-theme",
"source": {
"url": "http://themes.svn.wordpress.org/",
"type": "svn",
"reference": "twentythirteen/1.0/"
}
}
}
],
"require": {
"johnpbloch/wordpress": ">=3.6.1@stable",
"php": ">=5.3.2",
"wpackagist/mp6": "2.0",
"wordpress/twentythirteen": "*"
},
"minimum-stability": "dev",
"extra": {
"wordpress-install-dir": "public/wp",
"installer-paths": {
"public/content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"public/content/plugins/{$name}/": ["type:wordpress-plugin"],
"public/content/themes/{$name}/": ["type:wordpress-theme"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment