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

Guzzle 7 support #119

Closed
AmitT opened this issue Jul 1, 2020 · 11 comments · Fixed by #141 · May be fixed by #140
Closed

Guzzle 7 support #119

AmitT opened this issue Jul 1, 2020 · 11 comments · Fixed by #141 · May be fixed by #140

Comments

@AmitT
Copy link

AmitT commented Jul 1, 2020

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?

@whobutsb
Copy link

+1 For this. Trying to upgrade to laravel 8.0 and not able to update.

@ghost
Copy link

ghost commented Oct 7, 2020

+1 here too. Is there any plan to update to Guzzle 7? Thank you!

@dwickander
Copy link

+1 also. Really could use the update to Guzzle 7.

@dwickander
Copy link

dwickander commented Oct 28, 2020

Is there a timeframe for updating the Guzzle dependency? I see there has been a pull request for quite some time - #123

@whobutsb
Copy link

@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"
        }
    ],

@dwickander
Copy link

dwickander commented Oct 28, 2020 via email

@p810
Copy link

p810 commented Oct 29, 2020

+1

1 similar comment
@maxicus
Copy link

maxicus commented Nov 10, 2020

+1

@singhofmarco
Copy link

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

@swdailey
Copy link

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.

@the-bham
Copy link

+1
Laravel 7.0 has reached security EOL and now we cant put off upgrading to Laravel 8.0 too much longer.

dissolve pushed a commit to dissolve/AvaTax-REST-V2-PHP-SDK that referenced this issue May 12, 2021
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
rlerdorf pushed a commit to rlerdorf/AvaTax-REST-V2-PHP-SDK that referenced this issue Aug 23, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants