Skip to content

Commit d0d825f

Browse files
committed
psr4 fix
Signed-off-by: Derek Smart <derek@grindaga.com>
1 parent cf64c0f commit d0d825f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"phpunit/phpunit": "^6.1",
2020
"codeclimate/php-test-reporter": "^0.4.4"
2121
},
22+
"autoload": {
23+
"psr-4": {
24+
"PHPRed\\": "src/"
25+
}
26+
},
2227
"bin": [
2328
"phpred"
2429
]

0 commit comments

Comments
 (0)