Skip to content

Commit

Permalink
chore: update autoload dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 7, 2025
1 parent a7ff217 commit a3dbc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"OpenAPI\\Client\\": [
"generated/lib/"
],
"Passage\\Client\\": "custom/lib/"
"Passage\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Passage\\Client\\Test\\": "custom/test/"
"Passage\\Client\\Test\\": "tests/"
}
}
}

0 comments on commit a3dbc72

Please sign in to comment.