cdtweb/us-states-list

Installation command is not correct

pedanticantic opened this issue · 2 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!