{ "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" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "symfony/validator": "~2.6", "zendframework/zend-validator": "~2.3" }, "suggest": { "ext-bcmath": "Arbitrary Precision Mathematics", "ext-mbstring": "Multibyte String Functions" }, "autoload": { "psr-4": { "Respect\\Validation\\": "library/" } }, "extra": { "branch-alias": { "dev-master": "0.7-dev" } } }