Skip to content

Instantly share code, notes, and snippets.

@blogwerk
Created April 29, 2014 10:49
Show Gist options
  • Save blogwerk/11396688 to your computer and use it in GitHub Desktop.
Save blogwerk/11396688 to your computer and use it in GitHub Desktop.
{
"name": "blogwerk/oop-project",
"type": "project",
"authors": [
{
"name": "Michael Sebel",
"email": "michael.sebel@blogwerk.com"
},
{
"name": "Tom Forrer",
"email": "tom.forrer@blogwerk.com"
}
],
"homepage": "http://github.com/blogwerk/oop-theme-example",
"description": "",
"keywords": ["object-oriented", "wordpress", "theme"],
"repositories": [
{
"type": "vcs",
"url": "http://github.com/blogwerk/oop-theme-plugin"
},
{
"type": "vcs",
"url": "http://github.com/blogwerk/oop-theme-example"
}
],
"require": {
"composer/installers": "~1.0",
"php": ">=5.4",
"johnpbloch/wordpress-core-installer": "~0.1",
"johnpbloch/wordpress": "~3.9",
"blogwerk/oop-theme-example": "dev-master"
},
"minimum-stability": "dev",
"extra": {
"wordpress-install-dir": "."
},
"autoload": {
"psr-0": {
"Blogwerk": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment