Skip to content

Commit

Permalink
docs: Add custom header upgrade in v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Sep 4, 2024
1 parent a378890 commit 5349c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADE-10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ This migrates from a CLI driven process for the Pact Framework, to an FFI proces
- `addUrl` - Verify Provider by Pact Url retrieved by Broker (Webhooks)
- `addBroker` Verify Provider by dynamically fetched Pacts (Provider change)
- `addFile` / `addDir` - Verify Provider by local file or directory
- `$config->addCustomProviderHeader("headerName", "headerValue")` is now available via `$config->getCustomHeaders()->addHeader("headerName", "headerValue")`
Example Usage:
Expand Down

0 comments on commit 5349c2e

Please sign in to comment.