tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
772 stars 31 forks source link

Prerequisites #12

Closed mitesh0819 closed 2 years ago

mitesh0819 commented 2 years ago

Please help us with the Prerequisites because for its not compatible with PHP 7.4.9 image

tpetry commented 2 years ago

This library is designed to require at least PHP 8.0, I am not planning to support any older version.

mitesh0819 commented 2 years ago

I think we should have support to older version because globally PHP 8.0 is used by only 1%

tpetry commented 2 years ago

PHP 8 is used about 40% [0] and PHP 7.4 will not be supported anymore in 7 months and will not receive any security anymore in 9 months [1]. So PHP 7.4 is almost dead, and I will not make any effort to support a PHP version which will be EOL soon. You can just upgrade your version. You are also free to fork the package and change everything to support PHP 7.4.

[0] https://packagist.org/php-statistics [1] https://www.php.net/supported-versions.php