yabhq / laravel-scout-mysql-driver

Laravel Scout MySQL Driver
MIT License
522 stars 113 forks source link

What's Happening? Cant install it in my project. #67

Closed frknasir closed 6 years ago

frknasir commented 6 years ago

`Using version ^2.0 for yab/laravel-scout-mysql-driver ./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

Installation failed, reverting ./composer.json to its original content.`

markwalet commented 6 years ago

This happens because the last stable release (v2.0.3) doesn't support Laravel 5.6 yet. The maintainer needs to add a new tag when the master branch is stable enough.

For now, you can use the dev-master version when installing the package.

frknasir commented 6 years ago

Thanks.

markwalet commented 6 years ago

Did it work?

frknasir commented 6 years ago

how do i use the dev-master? by using this command? composer require yab/laravel-scout-mysql-driver...i used that command and its not working.

markwalet commented 6 years ago

https://stackoverflow.com/questions/40914114/how-to-install-a-specific-version-of-package-using-composer

frknasir commented 6 years ago

Nope. It did not work.

markwalet commented 6 years ago

I see. It is because Scout has updated to 5.0 recently.

The maintainer should make an update!

frknasir commented 6 years ago

hmmm...Thanks for the info.