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
72 stars 11 forks source link

chore!: namespace `Psr` library with Strauss #113

Closed justlevine closed 9 months ago

justlevine commented 9 months ago

What

This PR namespaces the Psr library, so it is now WPGraphQL/Login/Vendor/Psr/...

Why

In line with latest versions of strauss.

How

Testing Instructions

Additional Info

While this is technically a breaking change, it only affects internal code, and does not require changes in downstream projects.

Checklist:

coveralls commented 9 months ago

Coverage Status

coverage: 82.571%. remained the same when pulling c5388b61ae0a01722473fbd8370963308824e90e on justlevine:chore/namespace-Psr into 923524fcf0d6462157a386d784650f847db3d9b8 on AxeWP:develop.