first commit

This commit is contained in:
O K
2025-09-05 21:35:59 +03:00
commit 849979d7e8
4 changed files with 417 additions and 0 deletions

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{ "name": "panariga/phonenormalizer",
"description": "Sanitizes and normalizes customer phone numbers to E.164 format on address save.",
"type": "prestashop-module",
"require": {
"giggsey/libphonenumber-for-php": "^8.12",
"php": "^8.1"
},
"config": {
"prepend-autoloader": false
},
"autoload": {
"psr-4": {
"phonenormalizer\\": "src/"
}
}
}