Skip to content

Commit

Permalink
Merge pull request #30409 from nextcloud/bugfix/composer-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Dec 31, 2021
2 parents 56309b7 + aeab523 commit 2c50f85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -5,6 +5,9 @@
"sort-packages": true,
"platform": {
"php": "7.3"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"autoload": {
Expand Down
3 changes: 3 additions & 0 deletions psalm-ocp.xml
Expand Up @@ -12,6 +12,9 @@
</plugins>
<projectFiles>
<directory name="lib/public"/>
<ignoreFiles>
<directory name="lib/composer/bin"/>
</ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="3rdparty"/>
Expand Down

0 comments on commit 2c50f85

Please sign in to comment.