Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

zf-console 1.4.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Nov 17:19
· 3 commits to master since this release

Added

  • #41 adds support for PHP versions 7.1 and 7.2.

Changed

  • #40 changes the dependency on container-interop/container-interop to psr/container, and updates internal typehints against container-interop to reference the PSR-11 typehint instead. This should generally not be an issue, as most containers that still typehint against container-interop will use the last version of container-interop, which extends the PSR-11 interface.

Deprecated

  • Nothing.

Removed

  • #41 removes support for HHVM.

Fixed

  • Nothing.