{ "name": "respect/validation", "description": "The most awesome validation engine ever created for PHP", "keywords": ["respect", "validation", "validator"], "type": "library", "homepage": "http://respect.github.io/Validation/", "license": "BSD Style", "authors": [ { "name": "Respect/Validation Contributors", "homepage": "https://github.com/Respect/Validation/graphs/contributors" } ], "require": { "php": ">=7.0", "symfony/polyfill-mbstring": "^1.2" }, "require-dev": { "egulias/email-validator": "^2.0", "malukenho/docheader": "^0.1.4", "mikey179/vfsStream": "^1.6", "phpunit/phpunit": "^6.4", "symfony/validator": "^3.0", "zendframework/zend-validator": "^2.0" }, "suggest": { "ext-bcmath": "Arbitrary Precision Mathematics", "ext-fileinfo": "File Information", "ext-mbstring": "Multibyte String Functions", "egulias/email-validator": "Strict (RFC compliant) email validation", "symfony/validator": "Use Symfony validator through Respect\\Validation", "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation", "fabpot/php-cs-fixer": "Fix PSR2 and other coding style issues" }, "autoload": { "psr-4": { "Respect\\Validation\\": "library/" } }, "autoload-dev": { "psr-4": { "Respect\\Validation\\": "tests/library/" } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "scripts": { "test": "./vendor/bin/phpunit" } }