Skip to content

Commit

Permalink
NOJIRA fix composer install with new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kehh committed Feb 10, 2023
1 parent aa23bc0 commit 1456bb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"binaryoung/jieba-php": "^0.1.0"
},
"config": {
"discard-changes": true
"discard-changes": true,
"allow-plugins" : {
"php-http/discovery": false
}
}
}

0 comments on commit 1456bb2

Please sign in to comment.