Skip to content

Commit 59c652e

Browse files
authored
Merge pull request #1375 from microsoftgraph/fix/disable-php-http-discovery
Disable php-http discovery plugin
2 parents 29fcb26 + 1bb28a4 commit 59c652e

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
@@ -28,5 +28,10 @@
2828
"psr-4": {
2929
"Microsoft\\Graph\\Test\\": "tests/"
3030
}
31+
},
32+
"config": {
33+
"allow-plugins": {
34+
"php-http/discovery": false
35+
}
3136
}
3237
}

0 commit comments

Comments
 (0)