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

Removes ability to install v3 releases of zend-expressive-router #27

Conversation

weierophinney
Copy link
Member

The API of the RouterInterface changes in v3 to add scalar typehints as well as return typehints, which requires a minimum of PHP 7, and, in the case of void return types, PHP 7.1. As such, the current major version will not be compatible with the v3 release.

The API of the `RouterInterface` changes in v3 to add scalar typehints
as well as return typehints, which requires a minimum of PHP 7, and, in
the case of `void` return types, PHP 7.1. As such, the current major
version will not be compatible with the v3 release.
@weierophinney weierophinney merged commit 6c6fd98 into zendframework:master Dec 6, 2017
weierophinney added a commit that referenced this pull request Dec 6, 2017
weierophinney added a commit that referenced this pull request Dec 6, 2017
weierophinney added a commit that referenced this pull request Dec 6, 2017
Forward port #27

Conflicts:
	CHANGELOG.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant