You can not 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
503 B

{
"name": "FormGuide/PHPFormValidator",
"description": "A PHP Library for Self-Documenting Form Validations",
"license": "MIT",
"keywords": ["form validation", "php form validation"],
"authors": [
{
"name": "Prasanth Janardhanan"
}
],
"require": {
"php": ">=5.4.3"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
"FormGuide\\PHPFormValidator\\": "src"
}
}
}