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

Why don't you support php 7.3 #120

Closed kimtrien closed 4 years ago

kimtrien commented 4 years ago

This is a great package.

But why don't you support php 7.3

I have just updated Laravel to version 7.8.1 and run it on php 7.3.17

Now I cannot install your package.

Omranic commented 4 years ago

Hello @kjmtrue thank you for your question. PHP v7.3 already supported on an older release of this package v3.x

The new release v4.x already supports Laravel v7.x, but also requires PHP v7.4 as a minimum requirement.

If you're still on an older version of PHP, feel free to fork this package and lower the PHP dependency, and it should work smoothly for you 👍