teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.1k stars 144 forks source link

Problem version #126

Closed ferampe closed 6 years ago

ferampe commented 6 years ago

Hello, I have a problem when I install laravel-scout-tntsearch-driver, I installed the teamtnt/tntsearch with v1.1.0 and laravel-scout-tntsearch-driver require the version v1.0.*

is it posible find a solution for this problem?

Thank you

version tntsearch

conflict-driver

ferampe commented 6 years ago

I fix the problem, I created a Fork and change version "teamtnt/tntsearch": "1.1.*", and from my composer fetch this fork.

nticaric commented 6 years ago

Glad you solved your issue!