This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Releases: zendframework/zend-stratigility
Releases · zendframework/zend-stratigility
Stratigility 1.0.2
Stratigility 1.0.1
Added
- #8 adds a
phpcs.xml
PHPCS configuration file, allowing execution of each ofphpcs
andphpcbf
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
First stable release, and first release as zend-stratigility
. See phly/conduit for previous history.