Skip to content

Commit

Permalink
ci(composer-require-checker): Add GuzzleHttp PromiseInterface and Utils
Browse files Browse the repository at this point in the history
- Added GuzzleHttp\Promise\PromiseInterface to composer-require-checker.json
- Added GuzzleHttp\Promise\Utils to composer-require-checker.json
  • Loading branch information
guanguans committed Jul 9, 2024
1 parent 18813fe commit 3803d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"callable",
"false",
"int",
"iterable",
"null",
"object",
"parent",
Expand All @@ -31,6 +32,8 @@
"HHVM_VERSION",
"curl_version",
"Composer\\InstalledVersions",
"GuzzleHttp\\Promise\\PromiseInterface",
"GuzzleHttp\\Promise\\Utils",
"GuzzleHttp\\Psr7\\HttpFactory",
"GuzzleHttp\\Psr7\\Message",
"GuzzleHttp\\Psr7\\MultipartStream",
Expand Down

0 comments on commit 3803d28

Please sign in to comment.