Skip to content

Commit f2ea26f

Browse files
committed
Make composer generate a classmap
This enables the package to be autoloaded.
1 parent e453e5d commit f2ea26f

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": "gartner/Git.php",
3+
"autoload": {
4+
"classmap": ["Git.php"]
5+
}
36
}

0 commit comments

Comments
 (0)