mirror of
https://github.com/captn3m0/india-pincode-regex.git
synced 2024-09-10 13:46:45 +00:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "captn3m0/india-pincode-regex",
|
|
"description": "A simple regex based validator for PIN codes in India",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nemo",
|
|
"email": "composer@captnemo.in"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PIN\\": "src/"
|
|
}
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
}
|
|
}
|