Skip to content

Commit bab7e00

Browse files
committed
Add allow-plugins Composer config
1 parent cf29f60 commit bab7e00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,12 @@
6565
"@tests:no-cov",
6666
"@psalm"
6767
]
68+
},
69+
"config": {
70+
"allow-plugins": {
71+
"inpsyde/*": true,
72+
"composer/*": true,
73+
"dealerdirect/phpcodesniffer-composer-installer": true
74+
}
6875
}
6976
}

0 commit comments

Comments
 (0)