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 bd3b191 commit 5d1b0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"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
}
}
}

0 comments on commit 5d1b0c0

Please sign in to comment.