Skip to content

Commit

Permalink
Converted composer to use class map
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <[email protected]>
  • Loading branch information
betterthanclay committed Nov 27, 2023
1 parent c88f6c9 commit 634c30c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
},
"autoload": {
"psr-4": {
"DecodeLabs\\Stash\\": "src/Stash/",
"DecodeLabs\\Dovetail\\": "src/Dovetail/"
"DecodeLabs\\Stash\\": "src/Stash/"
},
"classmap": [
"src/Dovetail/"
],
"files": [
"src/Stash/Context.php"
]
Expand Down

0 comments on commit 634c30c

Please sign in to comment.