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
433 stars 104 forks source link

Lumen 8.x Installation Issue #148

Closed Wraptechologies closed 3 years ago

Wraptechologies commented 3 years ago

Hi, i just install the fresh lumen framework of Laravel 8 version and then install "rinvex/laravel-attributes" package it gives the following error, please help

Screen Shot 2021-04-26 at 12 39 53 PM

here is a detailed list of errors

Your requirements could not be resolved to an installable set of packages.

Problem 1

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

saulens22 commented 3 years ago

This package requires Laravel 8.0 / Lumen 8.0. Upgrade your project or use older version of this package.

Wraptechologies commented 3 years ago

Same error, can you please confirm?

saulens22 commented 3 years ago

I believe you use PHP 7.2 / PHP 7.3, which are not comaptible with latest version of this package. They are not supported anyway (https://www.php.net/supported-versions.php). I suggest updating to PHP 7.4, or even better, PHP 8.0

Wraptechologies commented 3 years ago

Thanks let me check

Omranic commented 3 years ago

This package requires PHP v8.x and Laravel v8.x.

It's recommended to upgrade your environment, otherwise you can use one of the older releases.