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

Commit

Permalink
Merge pull request #2 from murtlest/master
Browse files Browse the repository at this point in the history
Added composer autoloading.
  • Loading branch information
Andreas Högström committed Feb 18, 2014
2 parents 4a0b268 + 684dbc1 commit ea8a1c1
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
Expand Up @@ -15,5 +15,8 @@
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Billogram": ""}
}
}
}

0 comments on commit ea8a1c1

Please sign in to comment.