No support for Laravel Scout 6.x
annya-a opened this issue · 2 comments
annya-a commented
composer require pmatseykanets/laravel-scout-postgres
Using version ^3.1 for pmatseykanets/laravel-scout-postgres
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Can only install one of: laravel/scout[5.0.x-dev, v6.0.0].
- Can only install one of: laravel/scout[v6.0.0, 5.0.x-dev].
- Can only install one of: laravel/scout[5.0.x-dev, v6.0.0].
- pmatseykanets/laravel-scout-postgres v3.1.0 requires laravel/scout ~5.0 -> satisfiable by laravel/scout[5.0.x-dev].
- Installation request for pmatseykanets/laravel-scout-postgres ^3.1 -> satisfiable by pmatseykanets/laravel-scout-postgres[v3.1.0].
- Installation request for laravel/scout (locked at v6.0.0, required as ^6.0) -> satisfiable by laravel/scout[v6.0.0].
Installation failed, reverting ./composer.json to its original content.
pmatseykanets commented
Just added an initial support for Scout 6 in dev-master. You can try it with
composer require pmatseykanets/laravel-scout-postgres:dev-master
I'm going to tag a bit later
pmatseykanets commented
Added in c86f29c.
Tagged as v4.0.0