altec / validator
Provides tools to validate values
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0.0
2023-05-08 02:29 UTC
Requires
- php: >=8.1
- symfony/deprecation-contracts: ^2.1|^3
- symfony/translation-contracts: ^1.1|^2|^3
Requires (Dev)
- doctrine/annotations: ^1.13|^2
- egulias/email-validator: ^2.1.10|^3|^4
- pestphp/pest: 2.x-dev
- symfony/cache: ^5.4|^6.0
- symfony/config: ^5.4|^6.0
- symfony/console: ^5.4|^6.0
- symfony/dependency-injection: ^5.4|^6.0
- symfony/expression-language: ^5.4|^6.0
- symfony/finder: ^5.4|^6.0
- symfony/http-client: ^5.4|^6.0
- symfony/http-foundation: ^5.4|^6.0
- symfony/http-kernel: ^5.4|^6.0
- symfony/intl: ^5.4|^6.0
- symfony/mime: ^5.4|^6.0
- symfony/property-access: ^5.4|^6.0
- symfony/property-info: ^5.4|^6.0
- symfony/translation: ^5.4|^6.0
- symfony/yaml: ^5.4|^6.0
Suggests
- egulias/email-validator: Strict (RFC compliant) email validation
- psr/cache-implementation: For using the mapping cache.
- symfony/config
- symfony/expression-language: For using the Expression validator and the ExpressionLanguageSyntax constraints
- symfony/http-foundation
- symfony/intl
- symfony/property-access: For accessing properties within comparison constraints
- symfony/property-info: To automatically add NotNull and Type constraints
- symfony/translation: For translating validation errors.
- symfony/yaml
Conflicts
- doctrine/annotations: <1.13
- doctrine/lexer: <1.1
- phpunit/phpunit: <5.4.3
- symfony/dependency-injection: <5.4
- symfony/expression-language: <5.4
- symfony/http-kernel: <5.4
- symfony/intl: <5.4
- symfony/property-info: <5.4
- symfony/translation: <5.4
- symfony/yaml: <5.4
This package is auto-updated.
Last update: 2023-07-08 02:51:15 UTC
README
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.