Skip to content

Commit 63dd618

Browse files
committed
Merge pull request kbjr#17 from gartner/master
Autoload package when installed using Composer
2 parents e453e5d + 6cf9561 commit 63dd618

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"name": "kbjr/Git.php"
2+
"name": "kbjr/Git.php",
3+
"autoload": {
4+
"classmap": ["Git.php"]
5+
}
36
}

0 commit comments

Comments
 (0)