Skip to content

Commit e7decb3

Browse files
author
Leo Hemsted
committed
ignore php-http/discovery plugin
as per php-http/discovery#213 (comment) > The right solution is to disable the plugin, you likely don't need it anyway in your CI
1 parent 3dbe415 commit e7decb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"minimum-stability": "stable",
55
"license": "MIT",
66
"type": "library",
7+
"config": {
8+
"allow-plugins": {
9+
"php-http/discovery": false
10+
}
11+
},
712
"authors": [
813
{
914
"name": "GOV UK Notify",

0 commit comments

Comments
 (0)