v2.0
Breaking changes
- Dropped support for PHP 7.x
- Server variables (like
HTTP_REFERER
andSERVER_NAME
) are no longer passed as individual arguments to thetest()
andshare()
methods, but as part of theServerVariables
collection class. This change will allow for easy addition of supported server variables in the near future. Implementation details can be found in the project's README file.