Skip to content

Commit

Permalink
allow plugin for php-http/discovery library (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkulekci committed Feb 13, 2023
1 parent ee0512b commit 9a734ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
"phpstan": [
"phpstan analyse src --level 2 --no-progress"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 9a734ac

Please sign in to comment.