alcohol / iso3166

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

Multibyte string extension does not described in composer.json schema. #92

Closed alexandrmazur96 closed 1 year ago

alexandrmazur96 commented 1 year ago

The most valuable methods in ISO3166 class rely on multibyte string comparisons: https://github.com/thephpleague/iso3166/blob/74a08ffe08d4e0dd8ab0aac8c34ea5a641d57669/src/ISO3166.php#L140-L153

So I think the library should describe ext-mbstring as a required extension in the composer.json schema.

alcohol commented 1 year ago

Fair enough.