Skip to content

Commit

Permalink
Merge branch 'hotfix/autoload-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 14, 2015
2 parents 02aaa59 + a82ad0b commit c89a07b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
},
"autoload": {
"psr-4": {
"ZF\\ContentNegotiation\\": "src/",
"ZFTest\\ContentNegotiation\\": "test/"
"ZF\\ContentNegotiation\\": "src/"
},
"classmap": [
"Module.php"
]
},
"autoload-dev": {
"psr-4": {
"ZFTest\\ContentNegotiation\\": "test/"
}
}
}

0 comments on commit c89a07b

Please sign in to comment.