Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Fixed autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
cleentfaar committed May 30, 2016
1 parent 9fc6f11 commit ba7073c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@
},
"autoload": {
"psr-4": {
"CL\\Slack\\": "src/CL/Slack/"
}
},
"autoload-dev": {
"psr-4": {
"CL\\Slack\\": "src/CL/Slack/",
"CL\\Slack\\Test\\": "tests/src/CL/Slack/Test/",
"CL\\Slack\\Tests\\": "tests/src/CL/Slack/Tests/"
}
Expand Down

0 comments on commit ba7073c

Please sign in to comment.