Yii Auth 3.3

Yii auth version 3.3.0 was released. In this version:

  • Split AuthenticationMethodInterface into focused authentication and challenge interfaces
  • Bump minimal PHP version to 8.1
  • Explicitly mark readonly properties
  • Explicitly import classes and functions in "use" section
  • Remove unnecessary files from Composer package
  • Fix authentication scheme in HttpBearer challenge according to RFC 6750
  • Fix HttpHeader authentication to correctly handle header value "0"