You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"name": "captn3m0/pincode",
|
|
"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 || ^8.0"
|
|
}
|
|
}
|