Skip to content

Commit 44e7f35

Browse files
committed
Disable PHP-HTTP discovery plugin
1 parent 7a9f216 commit 44e7f35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"ext-mongo": "1.6.14",
131131
"ext-sockets": "1"
132132
},
133-
"prefer-stable": true
133+
"prefer-stable": true,
134+
"allow-plugins": {
135+
"php-http/discovery": false
136+
}
134137
}
135138
}

0 commit comments

Comments
 (0)