Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit ea8a1c1

Browse files
author
Andreas Högström
committed
Merge pull request #2 from murtlest/master
Added composer autoloading.
2 parents 4a0b268 + 684dbc1 commit ea8a1c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=5.3.0"
18+
},
19+
"autoload": {
20+
"psr-0": {"Billogram": ""}
1821
}
19-
}
22+
}

0 commit comments

Comments
 (0)