Skip to content

Commit

Permalink
Fix: No need to autoload tests in production
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 18, 2015
1 parent 8697a9c commit 99d0f68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -15,7 +15,11 @@
},
"autoload": {
"psr-4": {
"Tree\\": "src/",
"Tree\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tree\\Test\\": "tests/"
}
}
Expand Down

0 comments on commit 99d0f68

Please sign in to comment.