pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
159 stars 36 forks source link

No support for Laravel Scout 5.0 #25

Closed JapSeyz closed 6 years ago

JapSeyz commented 6 years ago
Using version ^2.3 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[4.0.x-dev, v5.0.3].
    - Can only install one of: laravel/scout[v5.0.3, 4.0.x-dev].
    - Can only install one of: laravel/scout[4.0.x-dev, v5.0.3].
    - pmatseykanets/laravel-scout-postgres v2.3.0 requires laravel/scout ~4.0 -> satisfiable by laravel/scout[4.0.x-dev].
    - Installation request for pmatseykanets/laravel-scout-postgres ^2.3 -> satisfiable by pmatseykanets/laravel-scout-postgres[v2.3.0].
    - Installation request for laravel/scout (locked at v5.0.3, required as ^5.0) -> satisfiable by laravel/scout[v5.0.3].
pmatseykanets commented 6 years ago

Version 3.0.1 should do it. Let me know if you come across any issues. Thanks.