Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Releases: zendframework/zend-stratigility

Stratigility 1.0.2

25 Jun 15:12
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Stratigility 1.0.1

25 Jun 15:12
Compare
Choose a tag to compare

Added

  • #8 adds a phpcs.xml PHPCS configuration file, allowing execution of each of phpcs and phpcbf without arguments.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 ensures that arity checks on PHP callables in array format ([$instance, $method], ['ClassName', 'method']) work, as well as on static methods using the string syntax ('ClassName::method'). This allows them to be used without issue as middleware handlers.

Stratigility 1.0.0

25 Jun 15:11
Compare
Choose a tag to compare

First stable release, and first release as zend-stratigility. See phly/conduit for previous history.