miniflux-legacy/vendor/fguillot/simple-validator/composer.json

19 lines
481 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",
"homepage": "http://fredericguillot.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"SimpleValidator": "src/"}
}
}