Skip to content

Commit 14b7ca0

Browse files
authored
Merge pull request #44 from peter279k/fix_composer_plugin
2 parents 0547039 + d7a01d2 commit 14b7ca0

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
@@ -47,6 +47,9 @@
4747
"symfony/phpunit-bridge": "^6.0"
4848
},
4949
"config": {
50-
"sort-packages": true
50+
"sort-packages": true,
51+
"allow-plugins": {
52+
"phpstan/extension-installer": true
53+
}
5154
}
5255
}

0 commit comments

Comments
 (0)