pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
160 stars 38 forks source link

No support for Laravel Scout 6.x #27

Closed annya-a closed 5 years ago

annya-a commented 5 years ago
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 5 years ago

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 5 years ago

Added in c86f29c6b90dfd0ef684dad14f7edf67b0044d55.

Tagged as v4.0.0