Skip to content

Commit

Permalink
Composer autoload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfcast committed Aug 2, 2016
1 parent f103120 commit 2dd65b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": [
"lib/BrowserDetection.php"
]
}
}

0 comments on commit 2dd65b4

Please sign in to comment.