Skip to content

Commit

Permalink
Added autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
robneu committed Sep 13, 2014
1 parent 98a587f commit 7f9f44c
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions composer.json
@@ -1,16 +1,19 @@
{
"name" : "zamoose/themehookalliance",
"description": "Theme Hook Alliance",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/zamoose/themehookalliance",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Doug Stewart",
"homepage": "http://literalbarrage.org"
}
],
"support" : {
"issues": "https://github.com/zamoose/themehookalliance/issues"
}
"name" : "zamoose/themehookalliance",
"description": "Theme Hook Alliance",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/zamoose/themehookalliance",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Doug Stewart",
"homepage": "http://literalbarrage.org"
}
],
"support" : {
"issues": "https://github.com/zamoose/themehookalliance/issues"
},
"autoload" : {
"files" : ["tha-theme-hooks.php"]
}
}

0 comments on commit 7f9f44c

Please sign in to comment.