AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
66 stars 11 forks source link

chore: update deps and fix tests #64

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

What

This PR update the Composer deps, and fixes the HttpClient mock to work with those new versions.

Why

Psr\Http\Message headers and body mocks were throwing errors with the new deps.

How

Testing Instructions

Additional Info

Checklist: