Skip to content

Commit

Permalink
Move autoloading tests to autoload-dev (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Aug 17, 2023
1 parent dd47f60 commit 30988c3
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 @@ -34,10 +34,14 @@
},
"autoload": {
"psr-4": {
"Segment\\Test\\": "test/",
"Segment\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"Segment\\Test\\": "test/"
}
},
"bin": [
"bin/analytics"
],
Expand Down

0 comments on commit 30988c3

Please sign in to comment.