Skip to content

Commit 13f48c2

Browse files
refactor(validation): use lite version of libphonenumber-for-php (#1122)
Co-authored-by: Natanael Sinisalo <[email protected]>
1 parent 33085b0 commit 13f48c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"ext-readline": "*",
1414
"ext-simplexml": "*",
1515
"filp/whoops": "^2.15",
16-
"giggsey/libphonenumber-for-php": "^8.13.40",
1716
"guzzlehttp/guzzle": "^7.8",
1817
"laminas/laminas-diactoros": "^3.3",
1918
"monolog/monolog": "^3.7.0",
@@ -35,7 +34,8 @@
3534
"symfony/var-exporter": "^7.1",
3635
"tempest/highlight": "^2.11.2",
3736
"vlucas/phpdotenv": "^5.6",
38-
"voku/portable-ascii": "^2.0.3"
37+
"voku/portable-ascii": "^2.0.3",
38+
"giggsey/libphonenumber-for-php-lite": "^9.0"
3939
},
4040
"require-dev": {
4141
"aidan-casey/mock-client": "dev-master",

src/Tempest/Validation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.4",
88
"egulias/email-validator": "^4.0.2",
9-
"giggsey/libphonenumber-for-php": "^8.13.40",
9+
"giggsey/libphonenumber-for-php-lite": "^9.0",
1010
"tempest/reflection": "dev-main",
1111
"tempest/support": "dev-main",
1212
"tempest/highlight": "^2.11.2"

0 commit comments

Comments
 (0)