Skip to content
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

Use composer's ca bundle #308

Merged
merged 7 commits into from
Jul 21, 2016
Merged

Use composer's ca bundle #308

merged 7 commits into from
Jul 21, 2016

Conversation

GrahamCampbell
Copy link
Contributor

If people are having pear verification issues, all they'll have to do is composer require composer/ca-bundle, and it'll start working. This may be particularly of use to Windows users.

@@ -19,6 +19,9 @@
"phpunit/phpunit": "^4.8|^5.0",
"php-mock/php-mock-phpunit": "^1.1"
},
"suggest": {
"composer/ca-bundle": "Composer's CA bundle can be useful if you are having pear verification issues."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍐 :trollface:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pear with me...

@GrahamCampbell GrahamCampbell changed the title Use composer's ca bundle if it's available Use composer's ca bundle Jul 21, 2016
*
* @return \GuzzleHttp\ClientInterface
*/
protected static function makeGuzle($base = null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a z here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kattrali kattrali merged commit 5adea45 into develop Jul 21, 2016
@kattrali kattrali deleted the ca-bundle branch July 21, 2016 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants