Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Merge pull request #49 from ThaDafinser/patch-1
Browse files Browse the repository at this point in the history
Add autoload support
  • Loading branch information
NielsLeenheer committed Nov 11, 2015
2 parents 63dea43 + 8cdb125 commit 4c719c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
],
"require": {
"php": ">=5.4.0"
}
},

"autoload": {
"classmap": [
"libraries/whichbrowser.php"
]
},
}

0 comments on commit 4c719c1

Please sign in to comment.