Skip to content

Commit

Permalink
Merge pull request phly#11 from joksnet/patch-1
Browse files Browse the repository at this point in the history
PhlyTest namespace in autoload-dev
  • Loading branch information
weierophinney committed Oct 13, 2014
2 parents f3c1e19 + ca8080c commit 2a164c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
},
"autoload": {
"psr-4": {
"Phly\\Http\\": "src/",
"PhlyTest\\Http\\": "test/"
"Phly\\Http\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PhlyTest\\Http\\": "test/"
},
"files": [
"test/TestAsset/Functions.php"
]
Expand Down

0 comments on commit 2a164c6

Please sign in to comment.