Skip to content

Commit

Permalink
move the autoloaders to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Nelson committed Jun 15, 2020
1 parent 9d4e367 commit cadbedc
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 @@ -20,7 +20,11 @@
},
"autoload": {
"psr-4": {
"Silktide\\Syringe\\": "src",
"Silktide\\Syringe\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Silktide\\Syringe\\Tests\\": "tests/unit",
"Silktide\\Syringe\\IntegrationTests\\": "tests/integration"
}
Expand Down

0 comments on commit cadbedc

Please sign in to comment.