QueryAuth 2.0.0-beta
jeremykendall
released this
03 Feb 15:51
·
46 commits
to master
since this release
- Adds
SignatureSigner
interface. - Updates minimum PHP version to 5.4
- Because it's past time to upgrade
- Because there is a new
enc_type
argument tohttp_build_query
enc_type
will encode to RFC3986
BC BREAK
The upgrade to 5.4 introduces a BC break due to the use of http_build_query
with the enc_type
argument.