mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
25 lines
613 B
JSON
25 lines
613 B
JSON
{
|
|
"name": "vlucas/valitron",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"description": "Simple, elegant, stand-alone validation library with NO dependencies",
|
|
"keywords": ["validation", "validator", "valid"],
|
|
"homepage": "http://github.com/vlucas/valitron",
|
|
"license" : "BSD",
|
|
"authors" : [
|
|
{
|
|
"name": "Vance Lucas",
|
|
"email": "vance@vancelucas.com",
|
|
"homepage": "http://www.vancelucas.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Valitron": "src/"
|
|
}
|
|
}
|
|
}
|