Skip to content

v4.0.0

Choose a tag to compare

@scheb scheb released this 18 Jun 17:05
· 78 commits to 4.x since this release
  • Dropped support for old PHP versions, minimum PHP version is now 7.1.3
  • The library now has PHP7.1 type-hints and declare(strict_types=1) everywhere
  • Added fields preMarket* and openInterest to Quote
  • Added ValueMapperInterface to give the library some flexibility for casting values
  • The library is proved to run on PHP8