-
Notifications
You must be signed in to change notification settings - Fork 729
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
Fixes #2185 Follow up on dependency lib version needed #2186
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.
Brilliant. thanks @pawelkeska 👍
@@ -167,14 +167,6 @@ public function getTransportObject(): Transport | |||
return $this->getTransport(); | |||
} | |||
|
|||
/** |
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.
This goes away because it is not supported anymore?
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.
Change LGTM. Before we merge, quickly get some details on why some parts are removed (I guess not supported anymore)
@ruflin yes, |
@sidz
ClientInterface
was added from 8.4.1 i've changed composer.json@Rufin i added some tests to connection and fix bug with path in
Client