-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Version 3 Update #134
Version 3 Update #134
Conversation
Valid :) |
a little fix: Must be |
Good point! Fixed in 6c5eee9 |
I am considering to drop support for PHP 5.3, 5.4 and 5.5. Here's why:
If you are watching this repository, please feel free to comment on this and/or give a 👍 or 👎! |
All my actual code required PHP 7+ You can drop support for PHP before 7 version :) |
psr/http-client requires PHP 7
I have now dropped support for PHP < 7 completely, since
|
I am removing support for querying weather history, because there is no way to receive a free API key to test it.
This PR accumulates some breaking changes for version 3, based on #72. I will release version 3 once this PR is merged.