Skip to content

Commit

Permalink
Fixed composer autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Dec 18, 2013
1 parent a5249d9 commit 55e7d62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,19 @@
}
],
"autoload": {
"classmap": [
"./behaviors",
"./util",
"./validators",
"./EMongoClient.php",
"./EMongoCriteria.php",
"./EMongoCursor.php",
"./EMongoDataProvider.php",
"./EMongoDocument.php",
"./EMongoFile.php",
"./EMongoLogRoute.php",
"./EMongoModel.php",
"./EMongoSort.php"
]
}
}

0 comments on commit 55e7d62

Please sign in to comment.