respect-validation/composer.json
2014-07-12 20:20:43 +01:00

33 lines
937 B
JSON

{
"name": "Respect/Validation",
"description": "The most awesome validation engine ever created for PHP",
"keywords": ["respect", "validation", "validator"],
"type": "library",
"homepage": "http://respect.li",
"license": "BSD Style",
"authors": [
{
"name": "Respect/Validation Contributors",
"homepage": "https://github.com/Respect/Validation/graphs/contributors"
}
],
"repositories": [{
"type": "composer",
"url": "https://packages.zendframework.com/"
}],
"require-dev": {
"zendframework/zend-validator": "~2.0",
"symfony/validator": "~2.1",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-bcmath": "Arbitrary Precision Mathematics",
"ext-mbstring": "Multibyte String Functions"
},
"autoload": {
"psr-4": {
"Respect\\Validation\\": "library/"
}
}
}