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 93dde16 commit ac61aec
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 @@ -11,7 +11,11 @@
],
"autoload": {
"psr-4": {
"Uginroot\\PhpSet\\": "./src",
"Uginroot\\PhpSet\\": "./src"
}
},
"autoload-dev": {
"psr-4": {
"Uginroot\\PhpSet\\Test\\": "./test",
"Uginroot\\PhpSet\\Benchmark\\": "./benchmark"
}
Expand Down

0 comments on commit ac61aec

Please # to comment.