Skip to content

Commit

Permalink
Merge pull request #1102 from hwi/bugfix/exclude_tests
Browse files Browse the repository at this point in the history
Exclude tests from Composer autoloader
  • Loading branch information
stloyd committed Sep 28, 2016
2 parents 0c7abff + 8db5439 commit 58924e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Expand Up @@ -127,6 +127,15 @@
"autoload": {
"psr-4": {
"HWI\\Bundle\\OAuthBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},

"autoload-dev": {
"psr-4": {
"HWI\\Bundle\\OAuthBundle\\Tests\\": "Tests/"
}
},

Expand Down

0 comments on commit 58924e0

Please sign in to comment.