Skip to content

Commit 43249c8

Browse files
committed
chore: allow php-http/discovery composer plugin
1 parent c4f7de7 commit 43249c8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,10 @@
232232
"audit": {
233233
"ignore": ["PKSA-z3gr-8qht-p93v"]
234234
},
235-
"sort-packages": true
235+
"sort-packages": true,
236+
"allow-plugins": {
237+
"php-http/discovery": true
238+
}
236239
},
237240
"extra": {
238241
"hyperf": {

0 commit comments

Comments
 (0)