Skip to content

Commit

Permalink
fix autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo committed Sep 18, 2017
1 parent 516e2e6 commit 655f15f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"phpunit/phpunit":"3.7.*"
},
"autoload": {
"psr-4": {
"Logger\\" : "src/"
}
"files":[
"src/Logger.php"
]
}
}

0 comments on commit 655f15f

Please sign in to comment.