f89ed85a83
fixes #365, #367
18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"name": "fguillot/simple-validator",
|
|
"description": "The most easy to use validator library for PHP :)",
|
|
"homepage": "https://github.com/fguillot/simpleValidator",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"SimpleValidator": "src/"}
|
|
}
|
|
} |