You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any likelihood of this package being updated to support Laravel 8? Was hoping that this would be the saving grace to my problems, and to avoid having to generate PHP classes for eBay just to interface with their API.
Attempted to install it today and unfortunately the guzzle version the underlying dependency needs is too low; it's incompatible with the requirements of Laravel 8.
Are there perhaps any suggestions for alternative solutions if this package is unfeasible? I would love to get away with a PHP SDK for the eBay API somehow.
The text was updated successfully, but these errors were encountered:
This package is not sponsored by any company or any one. I did all that stuff by my self. Yes i have plan to make it compatible with Laravel 8 but for that i have to spear some time and work on it..
guzzle is basically required by dts\ebay-sdk, what we can do is to fork that repo and update the guzzle and check the functionality if everything work well then that forked version of SDK can be used in this package.
Hi there,
Is there any likelihood of this package being updated to support Laravel 8? Was hoping that this would be the saving grace to my problems, and to avoid having to generate PHP classes for eBay just to interface with their API.
Attempted to install it today and unfortunately the guzzle version the underlying dependency needs is too low; it's incompatible with the requirements of Laravel 8.
Are there perhaps any suggestions for alternative solutions if this package is unfeasible? I would love to get away with a PHP SDK for the eBay API somehow.
The text was updated successfully, but these errors were encountered: