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 56fa672 commit dec382c
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 @@ -23,7 +23,10 @@
"dogma/dogma-debug": "0.1"
},
"autoload": {
"classmap": ["sources", "tests", "build"]
"classmap": ["sources"]
},
"autoload-dev": {
"classmap": ["tests", "build"]
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit dec382c

Please sign in to comment.