-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 902 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "dinushchathurya/srilankan-mobile-number-validator",
"description": "This package validate all Sri Lanakan phone number including mobile and landline numbers.",
"keywords": ["SriLankan Phone Number Validation", "SriLankan Mobile Number Validator", "Srilankan Mobile Validator", "Mobile Number Vaidator", "Mobile Number Validator SriLanka"],
"type": "package",
"license": "BSD-3-Clause",
"authors": [
{
"name": "dinushchathurya",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Dinushchathurya\\SrilankanMobilecodeValidator\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Dinushchathurya\\SrilankanMobilecodeValidator\\MobilecodeValidatorServiceProvider"
]
}
}
}