Skip to content

Commit b499c3a

Browse files
Merge pull request #81 from utopia-php/get-country-code
Get country code
2 parents 71dce00 + 724ba39 commit b499c3a

File tree

4 files changed

+262
-61
lines changed

4 files changed

+262
-61
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"php": ">=8.0.0",
2626
"ext-curl": "*",
2727
"ext-openssl": "*",
28-
"phpmailer/phpmailer": "6.9.1"
28+
"phpmailer/phpmailer": "6.9.1",
29+
"giggsey/libphonenumber-for-php-lite": "8.13.36"
2930
},
3031
"require-dev": {
3132
"phpunit/phpunit": "10.5.10",

0 commit comments

Comments
 (0)