-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 745 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 745 Bytes
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
{
"name": "dinushchathurya/uk-post-code",
"description": "This package use to validate UK post code",
"keywords": ["uk", "post", "uk post code", "postcode", "postcode validator", "uk postcode validator", "uk postcode", "uk post code validator"],
"type": "package",
"license": "BSD-3-Clause",
"authors": [
{
"name": "dinushchathurya",
"email": "dinushchathurya21@gmail.com"
}
],
"autoload": {
"psr-4": {
"Dinushchathurya\\UkPostcodeValidator\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Dinushchathurya\\UkPostcodeValidator\\PostcodeValidatorServiceProvider"
]
}
}
}