Skip to content

Commit

Permalink
Merge pull request kbjr#17 from gartner/master
Browse files Browse the repository at this point in the history
Autoload package when installed using Composer
  • Loading branch information
kbjr committed Nov 12, 2013
2 parents e453e5d + 6cf9561 commit 63dd618
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"name": "kbjr/Git.php"
"name": "kbjr/Git.php",
"autoload": {
"classmap": ["Git.php"]
}
}

0 comments on commit 63dd618

Please sign in to comment.