Skip to content

0.3.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 09 Nov 23:17
· 14 commits to master since this release

💥 Breaking changes

  • Minimum PHP version is now 7.4
  • Classes Message, Request, Response, Cookie are now immutable
  • All classes are now final
  • All methods that affect state (set*(), add*(), remove*(), ...) have been removed
  • The outdated RequestInterface and ResponseInterface have been removed