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

Commit

Permalink
Add autoload support
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Nov 11, 2015
1 parent 63dea43 commit 8cdb125
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 8cdb125

Please sign in to comment.