Skip to content

Commit

Permalink
fixed exceptions autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Dec 29, 2014
1 parent 0f51c3f commit 74f7bf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"autoload": {
"psr-0": {
"Doctrine\\Search": "lib/"
}
},
"classmap": [
"lib/Doctrine/Search/exceptions.php"
]
},
"autoload-dev": {
"psr-0": {
Expand Down

0 comments on commit 74f7bf6

Please sign in to comment.