respect-validation/library
Henrique Moody 37746f3a6d
Update list of postal code validations
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>
2020-05-18 22:22:38 +02:00
..
Exceptions Fix possible error when recursing exceptions 2020-04-04 21:01:30 +02:00
Helpers Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Message Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Rules Update list of postal code validations 2020-05-18 22:22:38 +02:00
Factory.php Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Validatable.php Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Validator.php Update docblock from "when" rule 2020-04-16 17:24:58 +02:00