umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.18k stars 1.55k forks source link

Why requirements are PHP > 7.1 and not 7.0 ? #77

Closed hugsbrugs closed 6 years ago

hugsbrugs commented 6 years ago

Hey I have a regular Ubuntu stable release and I can't update your package because of PHP requirements. Is there a reason why 7.1 and not 7.0 ? Thanks

umpirsky commented 6 years ago

Not specifically. I have Ubuntu 17.10 and my version is PHP 7.1.11-0ubuntu0.17.10.1. You are probably runing LTS.

hugsbrugs commented 6 years ago

Would it be possible to revert to 7.0 not to have to manually install latest PHP version and because of compatibility over different servers config ? Thanks !

umpirsky commented 6 years ago

Done.

hugsbrugs commented 6 years ago

You're a killer !

umpirsky commented 6 years ago

Just checked on old Ubuntu:

php -v
PHP 7.1.14-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Feb  9 2018 09:33:27) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
   with Zend OPcache v7.1.14-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies

cat /etc/issue
Ubuntu 16.04.3 LTS \n \l
marartner commented 6 years ago

could you release a new version with this fix please? 2.0.3 still has 7.1 in it.

umpirsky commented 6 years ago

@Amadox Released 2.0.4. ;)