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

Added zend-expressive-authentication alpha3 support #4

Merged
merged 3 commits into from
Feb 26, 2018
Merged

Added zend-expressive-authentication alpha3 support #4

merged 3 commits into from
Feb 26, 2018

Conversation

michalbundyra
Copy link
Member

NOTE: It is PR to master branch because there is no release-1.0.0 branch yet.

We changed recently in zend-expressive that ResponseInterface is factory not a response prototype, see: zendframework/zend-expressive#561

It has been changed only in zend-expressive-authentication release-1.0.0 with alpha3, not in 0.X releases.
This PR drops 0.x branches support.

composer.json Outdated
@@ -21,10 +21,10 @@
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0.0-dev || ^1.0"
"zendframework/zend-expressive-authentication": "^1.0.0alpha3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing ^1.0 ?

@michalbundyra
Copy link
Member Author

michalbundyra commented Feb 24, 2018 via email

Dropped 0.X support because ResponseInterface is now used as a factory
not as a response prototype
If we have "^1.0.0alpha3 || ^1.0" also alpha1 is accepted when install
lowest dependencies
@weierophinney weierophinney merged commit a4ed4c1 into zendframework:master Feb 26, 2018
weierophinney added a commit that referenced this pull request Feb 26, 2018
weierophinney added a commit that referenced this pull request Feb 26, 2018
@michalbundyra michalbundyra deleted the authentication-alpha3 branch February 26, 2018 22:32
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.

3 participants