Skip to content

Commit

Permalink
Merge pull request #1776 from nextcloud/bugfix/noid/allow-composer-pl…
Browse files Browse the repository at this point in the history
…ugin

[stable27] fix(deps): Allow composer plugin explicitly
  • Loading branch information
nickvergessen authored Jan 8, 2024
2 parents e923a87 + 14d2646 commit 5e8a725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"platform": {
"php": "8.0.2"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
Expand Down

0 comments on commit 5e8a725

Please sign in to comment.