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

PHP 7 #57

Closed antzhdanov closed 8 years ago

antzhdanov commented 8 years ago

This should work perfectly with PHP 7, but it it's composer.json says "php": "~5.4"

What about updating this?

umpirsky commented 8 years ago

@antzhdanov Sure, thanks, it should be "php": ">=5.4", would you like to submit PR?

antzhdanov commented 8 years ago

Sure, let me do it.

umpirsky commented 8 years ago

@antzhdanov Thanks! :+1:

antzhdanov commented 8 years ago

Sorry just figured out that I was referencing the old version 2.0.0 which indeed had "~5.4" in require section and this was already fixed here: https://github.com/umpirsky/country-list/issues/53.

umpirsky commented 8 years ago

LoL!