baijunyao / laravel-scout-elasticsearch

为 Laravel Scout 开发的 Elasticsearch 驱动;支持中文分词;支持多张表;

Home Page:https://baijunyao.com

Repository from Github https://github.combaijunyao/laravel-scout-elasticsearchRepository from Github https://github.combaijunyao/laravel-scout-elasticsearch

发布的版本,能否附带对应的Laravel版本,elasticsearch版本信息?直接composer下来,按照网上的教程去配置,使用不了。7.7版本laravel,7.6版本elasticsearch用不了

RodyTime opened this issue · comments

能否告知当前的包,使用哪个版本的Laravel框架 和哪个版本的elasticsearch 能稳定使用?

"require": {
"php": "^7.2.5",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^6.5",
"laravel/framework": "^7.0",
"laravel/scout": "7.0.x-dev",
"laravel/tinker": "^2.0",
"tamayo/laravel-scout-elastic": "^5.0"
},
"require-dev": {
"facade/ignition": "^2.0",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"
},
===================================================
$ composer require baijunyao/laravel-scout-elasticsearch Using version ^5.1 for baijunyao/laravel-scout-elasticsearch ./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[8.x-dev, 7.0.x-dev]. - Can only install one of: laravel/scout[8.x-dev, 7.0.x-dev]. - Can only install one of: laravel/scout[8.x-dev, 7.0.x-dev]. - baijunyao/laravel-scout-elasticsearch v5.1.0 requires laravel/scout ^7.1 | ^8.0 -> satisfiable by laravel/scout[8.x-dev]. - Installation request for baijunyao/laravel-scout-elasticsearch ^5.1 -> satisfiable by baijunyao/laravel-scout-elasticsearch[v5.1.0]. - Installation request for laravel/scout 7.0.x-dev -> satisfiable by laravel/scout[7.0.x-dev].