Skip to content

Commit

Permalink
Merge pull request #11 from capcom6/deps/disable-discovery-plugin
Browse files Browse the repository at this point in the history
[dependencies] disable discovery plugin by default
  • Loading branch information
capcom6 authored Feb 17, 2024
2 parents 06f8831 + da90d1a commit fc7546c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"config": {
"allow-plugins": {
"php-http/discovery": true
"php-http/discovery": false
}
}
}
}

0 comments on commit fc7546c

Please sign in to comment.