cdtweb / us-states-list

A library that provides a list of US states and territories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation command is not correct

pedanticantic opened this issue · comments

The command in the readme file should be:

composer require cdtweb/us-states-list

It shouldn't be composer install .... This is used to install/update the packages that are already in the composer.lock file.

This cheat sheet explains the difference. See under Installing dependencies and Adding packages.

Fixed with commit 54816ce

Many thanks for fixing this!