Skip to content

Commit

Permalink
Add autoload-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Jan 30, 2019
1 parent 6451876 commit f3ff253
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
},
"autoload": {
"psr-4": {
"RKD\\Banklink\\": "src",
"RKD\\Banklink\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"RKD\\BanklinkTests\\": "tests"
}
},
Expand Down

0 comments on commit f3ff253

Please sign in to comment.