Skip to content

Commit 7e04226

Browse files
authored
Merge pull request #414 from pimcore/mcop1-patch-1
[Task]: Disallow php-http/discovery plug in
2 parents 09457e9 + 100e5d0 commit 7e04226

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
@@ -7,7 +7,10 @@
77
"optimize-autoloader": true,
88
"sort-packages": true,
99
"discard-changes": true,
10-
"process-timeout": 0
10+
"process-timeout": 0,
11+
"allow-plugins": {
12+
"php-http/discovery": false
13+
}
1114
},
1215
"prefer-stable": true,
1316
"minimum-stability": "dev",

0 commit comments

Comments
 (0)