hassankhan / config

Config is a lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files
MIT License
971 stars 136 forks source link

Drop support for the end of life PHP versions #144

Closed nbayramberdiyev closed 2 years ago

nbayramberdiyev commented 2 years ago

PHP 5.x, 7.0, 7.1, 7.2, and 7.3 reached their end of life and are no longer supported. I suggest the minimum requirement for the project should be raised to PHP 7.4 at least.

If you agree, I'm happy to work on a PR.

DavidePastore commented 2 years ago

Hi @nbayramberdiyev. I agree with you. Feel free to work on a PR for it.