Skip to content

Commit

Permalink
Allowed some additional composer plugins to run
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Sep 6, 2022
1 parent 4fe4677 commit 7d97005
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@
"scripts": {
"phpstan": "./vendor/bin/phpstan analyze",
"test": "phpunit"
},
"config": {
"allow-plugins": {
"ocramius/package-versions": true,
"phpstan/extension-installer": true
}
}
}

0 comments on commit 7d97005

Please sign in to comment.