Skip to content

Commit

Permalink
chore(composer): enable discovery plugin to find installed PSR-17 fac…
Browse files Browse the repository at this point in the history
…tories, `PSR-18` clients and `HTTPlug` factories

Signed-off-by: Hari Darshan Gorana <[email protected]>
  • Loading branch information
haridarshan committed Apr 24, 2023
1 parent 0e2399c commit 55a5f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"php-http/discovery": true
}
}
}

0 comments on commit 55a5f6a

Please sign in to comment.