rinvex / countries

Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
https://rinvex.com
MIT License
1.66k stars 208 forks source link

PHP 7.4 as minimum? #145

Closed thijsw closed 4 years ago

thijsw commented 4 years ago

Hi, I was wondering why PHP 7.4 is required as a minimum PHP version for this package.

This seems to me as a very simple package, does it need any features introduced in version 7.4?

A lot of servers are still running older versions of PHP; by requiring 7.4 a lot of projects are excluded to use this package unfortunately.

Omranic commented 4 years ago

Hello, thank you for your feedback.

Feel free to use v6.x which requires PHP v7.2 as minimum version, and it's pretty stable as well 🙂

Stay healthy, stay safe.

rognales commented 4 years ago

Hopefully, non breaking changes do flow down to 6.x branches. Thx