Skip to content

Commit f93444e

Browse files
committed
Allow phpstan/extension-installer to change files in composer.json
1 parent bdb6250 commit f93444e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
}
5555
},
5656
"config": {
57-
"sort-packages": true
57+
"sort-packages": true,
58+
"allow-plugins": {
59+
"phpstan/extension-installer": true
60+
}
5861
},
5962
"scripts": {
6063
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",

0 commit comments

Comments
 (0)