Skip to content

Free Mobile for PHP 17.0.0

Choose a tag to compare

@CedX CedX released this 04 May 18:04
· 533 commits to main since this release
  • Breaking change: raised the required PHP version.
  • Breaking change: removed the ClientException class and replaced it by the Psr\Http\Client\ClientExceptionInterface ones.
  • Breaking change: removed the RequestEvent and ResponseEvent classes.
  • Breaking change: replaced the getter methods by properties.
  • Breaking change: the Client class is no longer an event dispatcher.
  • Breaking change: using PHP 8.1 features, like match expressions and readonly properties.
  • Updated the package dependencies.