Skip to content

Commit 39bb64b

Browse files
hkulekcigithub-actions[bot]
authored andcommitted
allow plugin for php-http/discovery library (#1294)
(cherry picked from commit 9a734ac)
1 parent 71c023a commit 39bb64b

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
@@ -52,5 +52,10 @@
5252
"phpstan": [
5353
"phpstan analyse src --level 2 --no-progress"
5454
]
55+
},
56+
"config": {
57+
"allow-plugins": {
58+
"php-http/discovery": true
59+
}
5560
}
5661
}

0 commit comments

Comments
 (0)