Skip to content

Commit

Permalink
Merge pull request #325 from owncloud/composer-allow-plugins
Browse files Browse the repository at this point in the history
Add composer allow-plugins
  • Loading branch information
kiranparajuli589 authored Feb 18, 2022
2 parents f1bb09a + c7a1415 commit 85654e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"config" : {
"platform": {
"php": "7.3"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"require": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85654e4

Please sign in to comment.