Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
klapuch committed Sep 25, 2016
1 parent e08e4d7 commit d3e7540
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 @@ -25,7 +25,10 @@
},
"autoload": {
"psr-4": {
"Facedown\\": "app/"
"Facedown\\": [
"app",
"TestCase"
]
}
}
}

0 comments on commit d3e7540

Please sign in to comment.