-
Notifications
You must be signed in to change notification settings - Fork 53
Supports more cookie date formats in the Cookie Plugin #76
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
Conversation
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.
there are some open issues in message that hopefully can get cleaned up soonish. if we forget, please remind in a week or so and we can just do a release there as the issues are not regressions over 1.5 but just stuff that would be cool to be fixed, so technically we can do the 1.6 release with the current state.
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.
Great. Just a minor technicality. If we merge wth @dev
then users would get a hard time installing this package.
composer.json
Outdated
@@ -14,7 +14,7 @@ | |||
"php": ">=5.4", | |||
"php-http/httplug": "^1.1", | |||
"php-http/message-factory": "^1.0", | |||
"php-http/message": "^1.2", | |||
"php-http/message": "^1.6@dev", |
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.
You should remove "@dev"
Possible add "minimun-stabillity:dev" and "prefer-dist "
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.
see the TODO list @aaa2000 added. i think this is correct to show that the PR will merge once 1.6 is released. its just that we should not merge until 1.6 is released and then we can change this line to remove @dev
before merging.
changing global minimum stability will not change anything for users of this lib, but would potentially have effects on how we install other dependencies.
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 missed that. I think we could release 1.6 of message now.. I will prepare.
Could this be released ? :) |
270699f
to
01df19f
Compare
Rebased and fixed the composer constraint to a stable constraint for the package PR is now mergeable Do I need to correct StyleCI analysis ? (I have not modified |
I think you are fine. I will review this PR later this week. Thank you. |
i let styleci fix those in master. if you can rebase again, the style check should become green. |
01df19f
to
d58085d
Compare
Friendly ping |
Thanks for the PR, and sorry for the wait |
Thanks to you and your wonderful library |
What's in this PR?
Supports more cookie date formats in the Cookie Plugin
Checklist
To Do