Skip to content

Commit

Permalink
fix deptrac config to allow http clients (#1293)
Browse files Browse the repository at this point in the history
* fix deptrac config to allow http clients

* Update deptrac.yaml

Co-authored-by: Chris Lightfoot-Wild <[email protected]>

---------

Co-authored-by: Chris Lightfoot-Wild <[email protected]>
  • Loading branch information
brettmc and ChrisLightfootWild authored Apr 30, 2024
1 parent 8011431 commit 100e593
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deptrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ deptrac:
collectors:
- type: className
regex: ^Composer\\*
- name: HttpClients
collectors:
- type: className
value: ^Symfony\\Component\\HttpClient\\*
- type: className
value: ^GuzzleHttp\\*
- type: className
value: ^Buzz\\*

ruleset:
Context:
Expand All @@ -91,6 +99,7 @@ deptrac:
- PsrHttp
- HttpPlug
- Composer
- HttpClients
Contrib:
- +SDK
- +OtelProto
Expand Down

0 comments on commit 100e593

Please sign in to comment.