Skip to content

v2.0

Compare
Choose a tag to compare
@jdrieghe jdrieghe released this 08 Oct 11:54
· 33 commits to main since this release
b6a5ca7

Breaking changes

  • Dropped support for PHP 7.x
  • Server variables (like HTTP_REFERER and SERVER_NAME) are no longer passed as individual arguments to the test() and share() methods, but as part of the ServerVariables 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.