rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
434 stars 104 forks source link

Instalation fails on Laravel 5.5 #34

Closed RadoslavAngelov closed 6 years ago

RadoslavAngelov commented 6 years ago

Hello, the following issue. My Laravel version is 5.5.36. When I try to require the package the output is:

Problem 1

I have tried two require the dev-develop version but there is no change. Is the package available for this version of Laravel?

IsraelOrtuno commented 6 years ago

The package requires 5.6 in the main branches. You will have to require 0.0.3 to make it work with 5.5.

benyanke commented 6 years ago

Is there an option for 5.4?

RadoslavAngelov commented 6 years ago

I have tried to require all versions till 0.0.1 but I get the following errors:

composer require rinvex/attributes:0.0.3

` Problem 1

composer require rinvex/attributes:0.0.2

` Problem 1

composer require rinvex/attributes:0.0.1

` Problem 1

RadoslavAngelov commented 6 years ago

I think the reason for the issue is that all versions of the package require rinvex/cacheble dev-develop and since the dev-develop version of rinvex/cacheble recently has been changed from 0.0.2 to 0.0.3 and the 0.0.3 version requires illuminate/database 5.6.

Omranic commented 6 years ago

Sorry, we don’t maintain old Laravel releases support. Laravel v5.6+ is required.

Also note that you’ve to change your project’s minimum stability to dev since this package still not tagged as stable yet.