Skip to content

Commit 9210206

Browse files
allow plugin for php-http/discovery library (#1294) (#1295)
(cherry picked from commit 9a734ac) Co-authored-by: Haydar KÜLEKCİ <[email protected]>
1 parent 015bca9 commit 9210206

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)