Skip to content

Commit

Permalink
Split autoload and autoload-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
uginroot committed Feb 18, 2020
1 parent 54c65f5 commit 5fa1eb4
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 @@ -10,7 +10,11 @@
],
"autoload": {
"psr-4": {
"Uginroot\\DoctrineTypeSet\\": "src/",
"Uginroot\\DoctrineTypeSet\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Uginroot\\DoctrineTypeSet\\Test\\": "test/"
}
},
Expand Down

0 comments on commit 5fa1eb4

Please sign in to comment.