laravel-scout-postgres-tsvector
laravel-scout-postgres-tsvector copied to clipboard
Support for Laravel 11
Hi, thanks so much for this library! We're preparing to update to Laravel 11 and it looks like this dependency doesn't yet support it. Do you know if support for this update is planned?
This is what I'm seeing from composer:
Problem 1
- Root composer.json requires devnoiseconsulting/laravel-scout-postgres-tsvector ^9.1 -> satisfiable by devnoiseconsulting/laravel-scout-postgres-tsvector[v9.1.0, v9.1.1, v9.1.2].
- Conclusion: don't install laravel/framework v11.0.2 (conflict analysis result)
...
- Conclusion: don't install laravel/framework v11.14.0 (conflict analysis result)
- devnoiseconsulting/laravel-scout-postgres-tsvector[v9.1.0, ..., v9.1.2] require illuminate/support ^9|^10 -> satisfiable by illuminate/support[v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.15].
- Only one of these can be installed: illuminate/support[v5.6.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.15, v11.0.0, ..., v11.14.0], laravel/framework[v11.0.0, ..., v11.14.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
Thanks again for this great library.