Skip to content

Commit

Permalink
fix autoloading of exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Dec 29, 2018
1 parent e721eb5 commit 7c688af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"autoload": {
"psr-4": {
"VasekPurchart\\TracyBlueScreenBundle\\": "src"
}
},
"classmap": [ "src" ]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 7c688af

Please sign in to comment.