-
Notifications
You must be signed in to change notification settings - Fork 96
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
Guzzle 7 support #119
Comments
+1 For this. Trying to upgrade to laravel 8.0 and not able to update. |
+1 here too. Is there any plan to update to Guzzle 7? Thank you! |
+1 also. Really could use the update to Guzzle 7. |
Is there a timeframe for updating the Guzzle dependency? I see there has been a pull request for quite some time - #123 |
@dwickander if you're interested I forked the repo and made a branch that updates the support for Guzzle 7. https://github.com/whobutsb/AvaTax-REST-V2-PHP-SDK
|
Thanks!
From: Steve Barbera <[email protected]>
Reply-To: avadev/AvaTax-REST-V2-PHP-SDK <[email protected]>
Date: Wednesday, October 28, 2020 at 1:57 PM
To: avadev/AvaTax-REST-V2-PHP-SDK <[email protected]>
Cc: Dion Wickander <[email protected]>, Mention <[email protected]>
Subject: Re: [avadev/AvaTax-REST-V2-PHP-SDK] Guzzle 7 support (#119)
@dwickander<https://github.com/dwickander> if you're interested I forked the repo and made a branch that updates the support for Guzzle 7.
https://github.com/whobutsb/AvaTax-REST-V2-PHP-SDK
In your composer.json add the following lines:
"repositories": [
{
"url": "https://github.com/whobutsb/AvaTax-REST-V2-PHP-SDK",
"type": "vcs"
}
],
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#119 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQGIMG2XYVSUTKEDLL7YDN3SNBSQJANCNFSM4ONKXITA>.
|
+1 |
1 similar comment
+1 |
This is actively preventing us from updating large parts of our dependencies. Many people would highly appreciate if you would make this change! Thank you |
Another Laravel user chiming in - I think we'd all appreciate some developer feedback here, are we really expected to indefinitely stop upgrading our projects? While I thank @whobutsb for their fork, we absolutely need an official update. |
+1 |
adds travis testing for php versions 7.2, 7.3, 7.4 and 8.0 update invalid function definitions which has required params after optional ones (php8.0 refuses to build with these errors) add guzzle 7 support closes avadev#119 closes avadev#129
adds travis testing for php versions 7.2, 7.3, 7.4 and 8.0 update invalid function definitions which has required params after optional ones (php8.0 refuses to build with these errors) add guzzle 7 support closes avadev#119 closes avadev#129
Trying to update guzzle on my project to 7.0.1 I got this error:
`$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- avalara/avataxclient 19.12.1 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5, 6.5.x-dev] but these conflict with your requirements or minimum-stability.
- avalara/avataxclient 19.11.0 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5, 6.5.x-dev] but these conflict with your requirements or minimum-stability.
- avalara/avataxclient 19.12.1 requires guzzlehttp/guzzle ~6 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5, 6.5.x-dev] but these conflict with your requirements or minimum-stability.
- Installation request for avalara/avataxclient ^19.11 -> satisfiable by avalara/avataxclient[19.11.0, 19.12.1].`
Can you please update, or allow us to update guzzle?
The text was updated successfully, but these errors were encountered: