Skip to content

Commit

Permalink
fix(dev): Fix autoloader populating dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 31, 2023
1 parent 93cddaa commit 0202681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"OCA\\Talk\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/nextcloud/ocp/OCP"
}
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
Expand Down
4 changes: 4 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="lib/Vendor" />
<directory name="vendor" />
</extraFiles>
<issueHandlers>
<LessSpecificReturnStatement errorLevel="error"/>
<LessSpecificReturnType errorLevel="error"/>
Expand Down

0 comments on commit 0202681

Please sign in to comment.