Skip to content

Commit 6ef2ab2

Browse files
committed
allow phpstan extension installer
1 parent 87733ad commit 6ef2ab2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
},
8989
"config": {
9090
"allow-plugins": {
91-
"g1a/composer-test-scenarios": true
91+
"g1a/composer-test-scenarios": true,
92+
"phpstan/extension-installer": true
9293
}
9394
}
94-
}
95+
}

0 commit comments

Comments
 (0)