Skip to content

Commit

Permalink
Add phpstan/extension-installer to allowed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 31, 2024
1 parent 16754fe commit ce49e58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"simplesamlphp/composer-module-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"simplesamlphp/composer-module-installer": true
}
},
"autoload": {
Expand Down

0 comments on commit ce49e58

Please sign in to comment.