Skip to content

1.3.2

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 Jun 09:47
1b5507e

Included commits: 1.3.1...1.3.2

Fixes

  • Add int type declaration to ProcessConsole::$exitCode to match the typed property in the parent Console class, introduced in spryker/kernel ^3.80.0
  • Add : bool return type to ProcessConsole::hasError() to match the typed return in the parent Console class, introduced in spryker/kernel ^3.80.0
  • Bump minimum PHP requirement from >=7.3 to >=7.4 since typed properties require PHP 7.4+