chadicus / slim-oauth2-middleware

Middleware for Using OAuth2 within a Slim Framework API
MIT License
47 stars 17 forks source link

Reduce restrictions for container #59

Closed chadicus closed 6 years ago

chadicus commented 6 years ago

What does this PR do?

This pull request allows the container to be either an ArrayAccess object or any object that implements a set method.

Checklist

coveralls commented 6 years ago

Coverage Status

Coverage increased (+2.2%) to 100.0% when pulling a593b06554833da2dcb93256f5f31263b8eacf89 on dev/less-restrictive-container into fdb2ba1042a9a28849e48d70ce8b61bb46e2b75e on v3.x.

soren121 commented 6 years ago

Thanks!