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

composer PHP requirements fails on PHP7 #53

Closed stadskle closed 8 years ago

stadskle commented 8 years ago

In your composer file you are using ~5.4, which causes composer to fail when using PHP7. I assume there is not reason that the package should not be used on PHP7? If not I suggest to change to >=5.4

Error when running composer:

umpirsky/country-list dev-master requires php ~5.4 -> your PHP version (7.0.2) does not satisfy that requirement

umpirsky commented 8 years ago

Fixed in master, thanks @stadskle. :+1:

MidnightDesign commented 8 years ago

Would you mind tagging a new version so I don't have to change my dependencies to dev-master?

umpirsky commented 8 years ago

@MidnightDesign Tagged 2.0.2. ;)

MidnightDesign commented 8 years ago

Awesome. Thanks!