Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bab7e00

Browse files
committedFeb 28, 2022
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
 

‎composer.json

Lines changed: 7 additions & 0 deletions
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)
Please sign in to comment.