Go to file
Henrique Moody 788939e359
Remove backwards compatibility break from Phone rule
In version 2.3, the Phone rule started to require
"giggly/libphonenumber-for-php" as a dependency. That was a backward
compatibility break, but the validation also became stricter, and phone
numbers without country codes would not be considered valid.

This commit will revert the backward compatibility break. That way, when
validating a phone number without a country code (the behaviour from
version 2.2), the Phone will not use an external library.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-03-11 22:14:03 +01:00
.github Drop support for PHP 8.0 and below 2024-01-27 20:04:17 +01:00
bin Fix broken documentation links 2024-02-19 14:20:39 +01:00
data Update Regional Information 2023-06-13 21:46:15 -03:00
docs Remove backwards compatibility break from Phone rule 2024-03-11 22:14:03 +01:00
library Remove backwards compatibility break from Phone rule 2024-03-11 22:14:03 +01:00
tests Remove backwards compatibility break from Phone rule 2024-03-11 22:14:03 +01:00
.docheader Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00
.gitattributes Update list of files to be exported by Git 2020-07-29 10:35:36 +02:00
.gitignore Dusting off. See CHANGELOG.md for more details on this commit 2023-02-13 03:59:11 -03:00
.readthedocs.yaml Create Read the Docs configuration file 2024-01-28 21:50:01 +01:00
CHANGELOG.md Check if property is initialized before getting its value 2024-01-27 20:36:01 +01:00
composer.json Drop support for PHP 8.0 and below 2024-01-27 20:04:17 +01:00
CONTRIBUTING.md Make data providers static 2023-04-03 17:20:31 +02:00
LICENSE Dusting off. See CHANGELOG.md for more details on this commit 2023-02-13 03:59:11 -03:00
mkdocs.yml Create MkDocs configuration file 2018-12-11 09:25:41 +01:00
phpcs.xml.dist Upgrade Coding Standards 2024-01-27 19:41:12 +01:00
phpstan.neon.dist Ignore PHPStan errors 2024-01-27 20:04:16 +01:00
phpunit.xml.dist Configure continuous integration with GitHub actions 2020-08-27 19:06:37 +02:00
README.md Fix broken documentation links 2024-02-19 14:20:39 +01:00

Respect\Validation

Build Status Code Coverage Latest Stable Version Total Downloads License

The most awesome validation engine ever created for PHP.

Learn More: