pmatseykanets / laravel-scout-postgres

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

Laravel 6 support #30

Closed kfirba closed 4 years ago

kfirba commented 4 years ago

Hey.

Trying to upgrade to Laravel 6 but your package isn't compatible. Any plans to update it?

 Problem 1
    - Conclusion: don't install laravel/framework v6.0.3
    - Conclusion: don't install laravel/framework v6.0.2
    - Conclusion: don't install laravel/framework v6.0.1
    - Conclusion: don't install laravel/framework v6.0.0
    - pmatseykanets/laravel-scout-postgres v5.0.0 requires illuminate/support ~5.4 -> satisfiable by laravel/framework[v5.8.34, 5.5.x-dev, 5.6.x-dev, 5.7.x-dev], illuminate/support[5.4.x-dev, 5.5.x-dev, 5.6.x-dev, 5.7.17, 5.7.18, 5.7.19, 5.7.x-dev, 5.8.x-dev, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9, v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36, v5.5.37, v5.5.39, v5.5.40, v5.5.41, v5.5.43, v5.5.44, v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9, v5.7.0, v5.7.1, v5.7.10, v5.7.11, v5.7.15, v5.7.2, v5.7.20, v5.7.21, v5.7.22, v5.7.23, v5.7.26, v5.7.27, v5.7.28, v5.7.3, v5.7.4, v5.7.5, v5.7.6, v5.7.7, v5.7.8, v5.7.9, v5.8.0, v5.8.11, v5.8.12, v5.8.14, v5.8.15, v5.8.17, v5.8.18, v5.8.19, v5.8.2, v5.8.20, v5.8.22, v5.8.24, v5.8.27, v5.8.28, v5.8.29, v5.8.3, v5.8.30, v5.8.31, v5.8.32, v5.8.33, v5.8.34, v5.8.35, v5.8.4, v5.8.8, v5.8.9].
... and more ...
kfirba commented 4 years ago

@pmatseykanets Hey! Any news? If this repo deprecated?

pmatseykanets commented 4 years ago

Hey @kfirba thanks for reaching out. The repo is not deprecated. I'm working on upgrading it.

kfirba commented 4 years ago

@pmatseykanets Any ETA? This is the only package I need in order to upgrade to Laravel 6.

Thanks!

pmatseykanets commented 4 years ago

The changes are in a dev branch #31. I don't have an active project at the moment to test it right away. Since you feel a sense of urgency you can do your part and test it using

composer require pmatseykanets/laravel-scout-postgres:dev-support-laravel6

and report back if you encounter any issues.

If your test goes smoothly I can merge and tag a release.

kfirba commented 4 years ago

@pmatseykanets It works properly for me. I think you can merge it. I'll just say that I use your package mainly to create the searchable column and usually write my own SQL queries around this.

Thanks for your hard work

pmatseykanets commented 4 years ago

Tagged v6.0.0