Skip to content

Commit 50d5936

Browse files
committed
NOJIRA fix composer install with new dependency
php-http/discovery#213
1 parent 20edb9b commit 50d5936

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
@@ -50,6 +50,9 @@
5050
"voku/stop-words": "^2.0"
5151
},
5252
"config": {
53-
"discard-changes": true
53+
"discard-changes": true,
54+
"allow-plugins": {
55+
"php-http/discovery": false
56+
}
5457
}
5558
}

0 commit comments

Comments
 (0)