-
Notifications
You must be signed in to change notification settings - Fork 6
Updated to stable versions of Httplug #10
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
"react/http-client": "^0.4.8", | ||
"react/dns": "^0.4.1", | ||
"react/stream": "^0.4.3" | ||
}, | ||
"require-dev": { | ||
"guzzlehttp/psr7": "^1.0", | ||
"php-http/adapter-integration-tests": "dev-master" | ||
"php-http/client-common": "^1.0", |
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.
Why is this a dev dependency?
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.
Sorry, that is wrong
Thank you for reviewing this so quickly. I have addressed your comments and Im waiting for Travis to run the tests. |
There. The tests passes |
@@ -12,14 +12,15 @@ | |||
], | |||
"require": { | |||
"php": ">=5.4", | |||
"php-http/client-common": "^0.1.1", |
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 meant, why is this removed? Is this not necessary?
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.
No, it is never used.
Hm, it seems the react client might be discoverable after all. Let's merge this, I will add a PR for discovery stuff. |
Updated to stable versions of Httplug
This PR is a cleanup and using stable versions of Httplug.
I would prefer to make a first tag after this PR so we can use it for tests in HttplugBundle.