-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward compatibility with stream 1.0, 0.7, 0.6, and 0.5 #2
Forward compatibility with stream 1.0, 0.7, 0.6, and 0.5 #2
Conversation
FWIW: This does not affect BC, so we may as well release this as v0.1.1 👍 |
I was anticipating more breaking to be honest 🤓, 0.1.1 makes sense to me, what about you @jsor? |
@@ -16,11 +16,11 @@ | |||
}, | |||
"require": { | |||
"php": ">=5.3", | |||
"react/stream": "^0.4 || ^0.3", | |||
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't include 1.0 here, as 1.0 isn't released yet. Changes could happen that are not planned yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything between 0.7
and 1.0
will be bug fixes. Nothing major will change
I'm good with either. |
Will tag |
As mentioned on the roadmap in #1, support the latest stream tags as well.