Skip to content

2.0.1

Latest

Choose a tag to compare

@pmjones pmjones released this 01 Sep 16:29

Hygiene release for compatibility up to PHP 8.5.

  • Implicitly nullable params are now explicitly nullable.
  • #[ReturnTypeWillChange] attributes added as appropriate.
  • Upgrade PHPStan to 1.0, modify phpstan.neon to ignore older notices.
  • Stringify fetches in tests for consistency across PHP versions.
  • Add Github workflow.
  • Fix link in docs.
  • Use ::class instead of ::CLASS.