kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 60 forks source link

can't install the package #97

Closed rushi7997 closed 1 year ago

rushi7997 commented 2 years ago

The Error I am getting is here

`./composer.json has been updated Running composer update kirkbushell/eloquence Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires kirkbushell/eloquence 4.0 -> satisfiable by kirkbushell/eloquence[4.0.0]. Updating dependencies Your requirements could not be resolved to an installable set of packages.

    Problem 1

  • Root composer.json requires kirkbushell/eloquence 4.0.0 -> satisfiable by kirkbushell/eloquence[4.0.0].
  • kirkbushell/eloquence 4.0.0 requires illuminate/database ~7.0 -> found illuminate/database[v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.

Installation failed, reverting ./composer.json and ./composer.lock to their original content. `

to reproduce the error simply install the package using the command composer require kirkbushell/eloquence:~4.0 on a fresh laravel 8 project

binotaliu commented 2 years ago

For Laravel 8, install ~8.0 version, not ~4.0.