alcohol / iso3166

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

Freezes downloading on Composer install #77

Closed benedict-w closed 1 year ago

benedict-w commented 1 year ago

Trying to install the package via Composer:

composer require league/iso3166

Freezes downloading:

Installs: league/iso3166:dev-main cebaa47
  - Downloading league/iso3166 (dev-main cebaa47)

Anyone else experiencing this?

benedict-w commented 1 year ago

Turns out this was an issue with my github composer access token - fixed via composer config -g --unset github-oauth.github.com. See thread here: https://github.com/composer/composer/issues/8710#issuecomment-607710536