-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Test enhancement #16
Test enhancement #16
Conversation
678a9f1
to
237b69c
Compare
@DivineOmega, the Travis CI build work is failed. It looks like the The Exception message is as follows: GuzzleHttp\Exception\ConnectException: cURL error 35: gnutls_handshake() failed: Handshake failed. Do you have any idea about this solution? It looks like it's the certificate issue after reading this issue and this issue you've commented. Perhaps we can update the certificate before running |
@peter279k This is actually a bug with Travis not being able to perform PHP Curl requests to HTTPS URLs in PHP 7.0. See here for more information: travis-ci/travis-ci#6339 This was why PHP 7.0 is not in the |
Feel free to just remove PHP 7.0 from your |
@DivineOmega, thank you for your reply. You mean we just skip the How can we ensure the |
@peter279k I think we might have to just skip PHP 7.0. I don't want to increase the minimum version the package supports, as I know many web applications are still (unfortunately) using PHP 5.6. I would suggest just skipping PHP 7.0 for now to get this merged. |
@DivineOmega, just notice you I've removed |
Thanks! |
Changed log
^6.5
.php: >=7.0
in require block and define this incomposer.json
.autoload-dev
block and define this incomposer.json
.