laravel-ebay icon indicating copy to clipboard operation
laravel-ebay copied to clipboard

Install problem on latest laravel

Open charbelmhanna opened this issue 4 years ago • 2 comments

Hello, I am trying to install the laravel-ebay but unable due to this error

Problem 1 - dts/ebay-sdk-php[12.0.0, ..., 12.0.1, 13.0.0, ..., 13.1.0, 14.0.0, 15.0.0, 16.0.0, 17.0.0, 18.0.0] require guzzlehttp/guzzle ~ 6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6 .5.x-dev] but it conflicts with your root co mposer.json require (^7.3). - hkonnet/laravel-ebay 1.4 requires dts/ ebay-sdk-php ~12.0|~13.0|~14.0|~15.0|~16.0|~ 17.0|~18.0 -> satisfiable by dts/ebay-sdk-ph p[12.0.0, 12.0.1, 13.0.0, ..., 13.1.0, 14.0. 0, 15.0.0, 16.0.0, 17.0.0, 18.0.0]. - Root composer.json requires hkonnet/la ravel-ebay ^1.4 -> satisfiable by hkonnet/la ravel-ebay[1.4].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades, and removals f or packages currently locked to specific ver sions.

Could anyone help for the process it is important for me to get this package. Thank you for the help

Here is my composer.json

"require": { "php": "^7.3|^8.0", "barryvdh/laravel-dompdf": "^0.9.0", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.3", "intervention/image": "^2.5", "jorenvanhocht/laravel-share": "^4.1", "laravel/framework": "^8.12", "laravel/tinker": "^2.5", "laravel/ui": "^3.2", "laravelcollective/html": "^6.2", "livewire/livewire": "^2.5", "shippo/shippo-php": "^1.4", "spatie/laravel-newsletter": "^4.10", "srmklive/paypal": "~1.0", "stevebauman/location": "^6.2" },

I notice the first problem was the guzzlehttp/guzzle version but need assitance

charbelmhanna avatar Oct 01 '21 15:10 charbelmhanna

Try with "guzzlehttp/guzzle": "^7.0.1|^6.0"

veselin1v avatar Dec 20 '21 12:12 veselin1v

I got this message to. Digging into it more it looks like the dts/ebay-sdk-php that this repo relies on has been abandoned and is no longer supported. :( I guess its time to keep looking for another laravel ebay package.

chrismeats avatar Feb 17 '22 12:02 chrismeats