Closed eminos closed 2 years ago
What composer errors did you both get? When trying to install Scout Extended into a new Laravel 9 project I have no issues (v2 of Scout Extended is supposed to work with Laravel 9).
Thank you in advance!
@DevinCodes
After just altering composer.json for Laravel upgrade (points 2-4), and then issuing the composer update command, I have the following output:
`Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.`
You can pin Scout Extended to ^2.0
, that should resolve your issue (or composer require "algolia/scout-extended:^2.0"
)
You can pin Scout Extended to
^2.0
, that should resolve your issue (orcomposer require "algolia/scout-extended:^2.0"
)
This solved the upgrade, it went without errors.
Thx @DevinCodes
Happy coding! 😄
@eminos
Was having also a problem with scout extended when upgrading to Laravel 9, did the following to resolve:
In my case I also had also to remove fideloper/proxy from composer.json