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 20edb9b commit 50d5936
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 @@ -50,6 +50,9 @@
"voku/stop-words": "^2.0"
},
"config": {
"discard-changes": true
"discard-changes": true,
"allow-plugins": {
"php-http/discovery": false
}
}
}

0 comments on commit 50d5936

Please sign in to comment.