miniflux-legacy/vendor/fguillot/simple-validator/composer.json
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

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/"}
}
}