We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use your library with php 5.6
Your php requirement is php 5.6 or newer.
But you added a guzzle requirement of version 7.9
Guzzle version above 6.5.8 require php 7.2
Could you change your guzzle requirement to 6.5.8 or are you using version 7 features ?
If you require guzzle 7, then you should update your php requirement to php 7.2.
Here is a link to guzzle 6 to 7 upgrade guide: https://github.com/guzzle/guzzle/blob/7.4.5/UPGRADING.md
The text was updated successfully, but these errors were encountered:
This problem will impact us on august 1st 2025: https://blogs.intuit.com/2025/01/21/changes-to-our-accounting-api-that-may-impact-your-application/
since we cannot use version 6.2 of your library; it requires php 7.2
Sorry, something went wrong.
No branches or pull requests
We use your library with php 5.6
Your php requirement is php 5.6 or newer.
But you added a guzzle requirement of version 7.9
Guzzle version above 6.5.8 require php 7.2
Could you change your guzzle requirement to 6.5.8 or are you using version 7 features ?
If you require guzzle 7, then you should update your php requirement to php 7.2.
Here is a link to guzzle 6 to 7 upgrade guide: https://github.com/guzzle/guzzle/blob/7.4.5/UPGRADING.md
The text was updated successfully, but these errors were encountered: