Skip to content

Commit

Permalink
Merge pull request #60 from nextcloud/composer-allow-plugins
Browse files Browse the repository at this point in the history
Add composer allow plugins
  • Loading branch information
individual-it committed Feb 24, 2022
2 parents c23e2d6 + 7d1f71a commit 8bc51f3
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 75 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"phpstan": "phpstan analyse"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}
Loading

0 comments on commit 8bc51f3

Please sign in to comment.