Skip to content

Commit

Permalink
Tweak autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Nov 23, 2023
1 parent 1c5bfb1 commit ee3f35d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"exclude-from-classmap": [
"tests/fixtures/"
]
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit ee3f35d

Please sign in to comment.