mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
No description
- PHP 99.1%
- Shell 0.9%
This commit will update the list of postal codes using the command below: curl -L http://download.geonames.org/export/dump/countryInfo.txt | sed 's,\t,\;,g' | sort --unique | cut --delimiter ';' --field 1,15 | sed --regexp-extended "/^#/d; /^[A-Z]{2}\;$/d; s,([A-Z]{2})\;(.+),'\1' => '/\2/'\,,g" The changes that broke existing tests were reverted. Signed-off-by: Henrique Moody <henriquemoody@gmail.com> |
||
|---|---|---|
| bin | ||
| data/iso_3166-2 | ||
| docs | ||
| library | ||
| tests | ||
| .docheader | ||
| .gitattributes | ||
| .gitignore | ||
| .php_cs | ||
| .scrutinizer.yml | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| couscous.yml | ||
| LICENSE | ||
| mkdocs.yml | ||
| phpcs.xml.dist | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| README.md | ||