Skip to content

Commit

Permalink
Merge pull request #10432 from nextcloud/bugfix/noid/autoloader-fix
Browse files Browse the repository at this point in the history
fix(dev): Fix autoloader populating dev dependencies
  • Loading branch information
nickvergessen authored Aug 31, 2023
2 parents 93cddaa + 0202681 commit b53a413
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 b53a413

Please sign in to comment.