Skip to content

Commit

Permalink
Fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoiq committed Mar 17, 2023
1 parent ad2ed90 commit 138dba2
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 @@ -38,7 +38,10 @@
}
},
"autoload": {
"classmap": ["src", "tests"]
"classmap": ["src"]
},
"autoload-dev": {
"classmap": ["tests"]
},
"scripts": {
"da": "composer dump-autoload",
Expand Down

0 comments on commit 138dba2

Please sign in to comment.