Skip to content

Commit

Permalink
Allow phpstan/extension-installer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Aug 17, 2024
1 parent 6e6b773 commit 9a5abde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
]
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"require": {
"php": "^7.4 || ^8.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 9a5abde

Please sign in to comment.