Skip to content

Commit 6ecc505

Browse files
committed
Disable PHP-HTTP discovery plugin
1 parent 0fd0e39 commit 6ecc505

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
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)