-
Notifications
You must be signed in to change notification settings - Fork 42
Upgrade to PSR18 + Httplug 2.0 #41
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
joelwurtz
commented
Jan 21, 2019
- Add support for PSR18 and httplug 2.0
- Fixes some cs
- Remove support for php < 7.1
I got errors like that all the time since the servers I contact updated their lib. > OpenSSL Error messages: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
Failure is only due to styleci (removed the config file), integration should be removed (but maybe existing pr still have checks ?) Should be ready to review / merge @php-http/httplug |
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.
nice!
i just now removed styleci hooks in this github repo |
@dbu i thin there is still a problem somewhere in this repo settings, there is no more travis ci integration and merge request expect style ci integration to bo reported (but it should not) |
i don't know what is up with travis-ci, i see the webhook and service integration in the settings of this repo. i don't see any styleci here anymore, did this not get removed now? |
Sorry, I replied to Joel in a direct message. I updated the branch protection so it does no longer require style CI to pass. |
ah, i missed that. there is now something with travis-ci as well. its correct to require it, but it seems to not have run although i have set the callback hook in the settings. am i missing something? |
I'm still confused about settings of the repository, there is no more travis build on 2.x is this normal ? |