Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit f159c26

Browse files
committed
Allow phpstan/extension-installer to run on newer Composer
1 parent 4a28d0c commit f159c26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
},
2020
"autoload": {
2121
"classmap": ["./src"]
22+
},
23+
"config": {
24+
"allow-plugins": {
25+
"phpstan/extension-installer": true
26+
}
2227
}
2328
}

0 commit comments

Comments
 (0)