alcohol / iso3166

A PHP library providing ISO 3166-1 data.
https://iso3166.thephpleague.com
MIT License
640 stars 59 forks source link

PHP 8 Support #58

Closed mruz closed 3 years ago

mruz commented 3 years ago
  Problem 4
    - Installation request for league/iso3166 2.1.5 -> satisfiable by league/iso3166[2.1.5].
    - league/iso3166 2.1.5 requires php ^7.0 -> your PHP version (8.0.0) does not satisfy that requirement.

https://github.com/thephpleague/iso3166/blob/350dda73d4006296bd404ce6115c14217f40b5a4/composer.json#L11

mruz commented 3 years ago

https://github.com/thephpleague/iso3166/pull/57

nostadt commented 3 years ago

There's an open PR for PHP 8 support https://github.com/thephpleague/iso3166/pull/57