Skip to content

Commit c5e60ce

Browse files
author
Simon Bigelmayr
committed
feat: add configuration for plugins and package sorting in composer-php-74.json
1 parent 8fc50d7 commit c5e60ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build/composer-php-74.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"MLL\\Utils\\": "src/"
3636
}
3737
},
38+
"config": {
39+
"allow-plugins": {
40+
"ergebnis/composer-normalize": true,
41+
"infection/extension-installer": true,
42+
"ocramius/package-versions": true,
43+
"phpstan/extension-installer": true
44+
},
45+
"sort-packages": true
46+
},
3847
"extra": {
3948
"phpstan": {
4049
"includes": [

0 commit comments

Comments
 (0)