hkonnet / laravel-ebay

This package for laravel framework to access Ebay.
MIT License
40 stars 41 forks source link

Install problem on latest laravel #24

Open charbelmhanna opened 2 years ago

charbelmhanna commented 2 years ago

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

Problem 1

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

veselin1v commented 2 years ago

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

chrismeats commented 2 years ago

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.