Skip to content

Commit

Permalink
psr4 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smart <derek@grindaga.com>
  • Loading branch information
mcred committed Aug 30, 2017
1 parent cf64c0f commit d0d825f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"phpunit/phpunit": "^6.1",
"codeclimate/php-test-reporter": "^0.4.4"
},
"autoload": {
"psr-4": {
"PHPRed\\": "src/"
}
},
"bin": [
"phpred"
]
Expand Down

0 comments on commit d0d825f

Please sign in to comment.