staudenmeir / belongs-to-through

Laravel Eloquent BelongsToThrough relationships
MIT License
1.15k stars 88 forks source link

staudenmeir/belongs-to-through v2.5 requires illuminate/database ~5.0 #72

Closed chibyk101 closed 2 years ago

chibyk101 commented 2 years ago

Trying to install in laravel 9.x composer throws an error of dependency conflict.

error thrown:

Problem 1

staudenmeir commented 2 years ago

Hi @chibyk101, Please try installing the package with composer require staudenmeir/belongs-to-through instead.

chibyk101 commented 2 years ago

Hi @chibyk101, Please try installing the package with composer require staudenmeir/belongs-to-through instead.

Thank you. it worked