Skip to content

Instantly share code, notes, and snippets.

@jarednova
Last active February 9, 2018 04:19
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 jarednova/dc84cf14735a870dbe3d2763e94095a1 to your computer and use it in GitHub Desktop.
Save jarednova/dc84cf14735a870dbe3d2763e94095a1 to your computer and use it in GitHub Desktop.
{
"name": "upstatement/cooltheme",
"description": "Starter theme to build a Timber theme",
"type":"wordpress-theme",
"minimum-stability" : "dev",
"authors": [
{
"name": "andyrader",
"email": "andy.rader@upstatement.com"
},
{
"name": "jarednova",
"email": "jared@upstatement.com"
}
],
"repositories":[
{
"type":"composer",
"url":"http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "Upstatement/stream-manager",
"version": "master",
"type": "wordpress-plugin",
"source": {
"type": "git",
"url": "git@github.com:Upstatement/stream-manager.git",
"reference": "master"
}
}
}
],
"extra": {
"installer-paths": {
"../../plugins/{$name}/": ["wpackagist-plugin/*", "type:wordpress-plugin", "advanced-custom-fields/advanced-custom-fields-pro"]
}
},
"require": {
"timber/timber":"1.*",
"advanced-custom-fields/advanced-custom-fields-pro": "*",
"Upstatement/routes": "*"
},
"require-dev" : {
"wpackagist-plugin/debug-bar" : "0.8.*",
"wpackagist-plugin/debug-bar-timber" : "*",
"satooshi/php-coveralls": "dev-master"
},
"config": {
"secure-http": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment