meilisearch / meilisearch-laravel-scout

MeiliSearch integration for Laravel Scout
https://github.com/meilisearch/MeiliSearch
MIT License
465 stars 43 forks source link

Update laravel/scout requirement from ^8.0 to ^8.0 || ^9.0 #133

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on laravel/scout to permit the latest version.

Release notes

Sourced from laravel/scout's releases.

v9.0.0

Added

Changed

  • Drop support for old Laravel versions and PHP 7.2 (#459)

Fixed

  • Fixes pagination count when Laravel\Scout\Builder contains custom query callback (#469)
Changelog

Sourced from laravel/scout's changelog.

v9.0.0 (2021-04-27)

Added

Changed

  • Drop support for old Laravel versions and PHP 7.2 (#459)

Fixed

  • Fixes pagination count when Laravel\Scout\Builder contains custom query callback (#469)

v8.6.1 (2021-04-06)

Changed

  • Move booting of services (#453)
  • Add reset method (fb8ce0c)

v8.6.0 (2021-01-19)

Added

  • Add ability to use simplePaginate (#443)

v8.5.4 (2021-01-12)

Changed

  • Use the Config facade instead (#442)

v8.5.3 (2021-01-05)

Fixed

  • Allow running observer callbacks after database transactions have committed (#440, 56ea20d)

v8.5.2 (2020-12-30)

Changed

  • Revert $afterCommit property (ece6758)

v8.5.1 (2020-12-22)

Changed

  • Run observer callbacks after database transactions have committed (#436)

... (truncated)

Commits


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mmachatschek commented 3 years ago

laravel/scout >= v9 can not be supported. The PR should therefore be closed.

curquiza commented 3 years ago

Yes indeed! Thanks @mmachatschek

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.