rinvex / countries

Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
https://rinvex.com
MIT License
1.65k stars 206 forks source link

php 8 support #175

Closed rawilk closed 3 years ago

rawilk commented 3 years ago

Please add support for php 8.

To get around this for now, I'm running composer update --ignore-platform-reqs so I can successfully run the command, but adding that flag is not ideal.

4-FLOSS-Free-Libre-Open-Source-Software commented 3 years ago
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - rinvex/countries is locked to version v6.1.2 and an update of this package was not requested.
    - rinvex/countries v6.1.2 requires php ^7.2.0 -> your php version (8.0.0RC3) does not satisfy that requirement.
Omranic commented 3 years ago

Hello, thank you for your patience, this is now done! Check latest release!!

This package now supports Laravel v8, PHP v8, Composer v2, enjoy 🥳

CC @rawilk @4-FLOSS-Free-Libre-Open-Source-Software

rawilk commented 3 years ago

Thank you! Much appreciated.

craigrileyuk commented 2 years ago

Thanks for keeping this up-to-date. Really appreciated.