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

Install problem on latest laravel #24

Open
charbelmhanna opened this issue Oct 1, 2021 · 2 comments
Open

Install problem on latest laravel #24

charbelmhanna opened this issue Oct 1, 2021 · 2 comments

Comments

@charbelmhanna
Copy link

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

@veselin1v
Copy link

veselin1v commented Dec 20, 2021

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

@chrismeats
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants