Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Hopefully fixed autoloading of this packages classes.
  • Loading branch information
gartner committed Sep 23, 2013
1 parent f79f5fd commit 304b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"type": "library",

"autoload": {
"psr-0": { "DB": "DB/" }
"classmap": [ "DB/" ]
},

"repositories": [
Expand Down

0 comments on commit 304b407

Please sign in to comment.