Skip to content

Commit

Permalink
Move test classes from autoload-dev to autoload as they're needed if …
Browse files Browse the repository at this point in the history
…anyone wants to run the samples in the documentation, and autoload-dev doesn't work when the package has been included into a different project...

Fixes #139
  • Loading branch information
dvdoug committed Jun 3, 2018
1 parent fc6a33c commit b7137b7
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 @@ -22,11 +22,7 @@
},
"autoload": {
"psr-4": {
"DVDoug\\BoxPacker\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DVDoug\\BoxPacker\\": "src/",
"DVDoug\\BoxPacker\\Test\\": "tests/Test"
}
}
Expand Down

0 comments on commit b7137b7

Please sign in to comment.