This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator
Nicolas Grekas c231214e59 Merge branch '5.0'
* 5.0: (28 commits)
  [DoctrineBridge] Use new Types::* constants and support new json type
  Fix bad merge in README of Nexmo Notifier bridge
  [Debug][ErrorHandler] improved deprecation notices for methods new args and return type
  [BrowserKit] Nested file array prevents uploading file
  [ExpressionLanguage] Fixed collisions of character operators with object properties
  remove usage of already deleted Symfony\Component\EventDispatcher\Event
  [Notifier] Add correct tags for NullTransportFactory
  [Validator] Remove specific check for Valid targets
  [PhpUnitBridge] Use trait instead of extending deprecated class
  Fix versioned namespace clears
  fix remember me
  Use strict assertion in asset tests
  [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types
  Do not rely on the current locale when dumping a Graphviz object
  fix typo
  [Ldap] force default network timeout
  [Config] don't throw on missing excluded paths
  Docs: Typo, grammar
  [Validator] Add the missing translations for the Polish ("pl") locale
  [PhpUnitBridge] Add compatibility to PHPUnit 9 #35662
  ...
2020-02-24 16:14:17 +01:00
..
Constraints [Validator] Add the divisibleBy option to the Count constraint 2020-02-19 17:59:38 +01:00
Context Merge branch '4.4' 2019-10-07 14:45:39 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection Merge branch '4.4' into 5.0 2019-12-17 11:33:13 +01:00
Exception [Validator] add Validation::createCallable() 2020-01-27 22:34:17 +01:00
Mapping Merge branch '4.4' into 5.0 2020-02-24 16:05:31 +01:00
Resources/translations Merge branch '5.0' 2020-02-24 16:14:17 +01:00
Test [Validator] Allow to define a reusable set of constraints 2020-02-08 08:09:33 +01:00
Tests [Validator] Add the divisibleBy option to the Count constraint 2020-02-19 17:59:38 +01:00
Util Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
Validator Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Violation Merge branch '4.3' into 4.4 2019-08-26 11:32:48 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
CHANGELOG.md [Validator] Add the divisibleBy option to the Count constraint 2020-02-19 17:59:38 +01:00
composer.json Merge branch '5.0' 2020-02-08 18:01:13 +01:00
Constraint.php [Validator] Allow to define a reusable set of constraints 2020-02-08 08:09:33 +01:00
ConstraintValidator.php Merge branch '4.4' into 5.0 2019-12-16 11:47:49 +01:00
ConstraintValidatorFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
ConstraintValidatorFactoryInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
ConstraintValidatorInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ConstraintViolation.php Merge branch '4.4' 2019-09-06 16:53:03 +02:00
ConstraintViolationInterface.php Merge branch '4.3' into 4.4 2019-08-26 11:32:48 +02:00
ConstraintViolationList.php Merge branch '4.4' 2019-08-22 15:39:30 +02:00
ConstraintViolationListInterface.php Merge branch '4.4' 2019-08-08 11:49:33 +02:00
ContainerConstraintValidatorFactory.php Fixed exception wording 2019-01-11 17:00:45 +03:00
GroupSequenceProviderInterface.php [Validator] Fix GroupSequenceProvider annotation 2019-06-20 08:43:29 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
ObjectInitializerInterface.php add parameter type hints to the Validator component 2019-06-28 18:24:33 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Add HTTPS to a URL 2019-07-14 15:17:28 +04:30
Validation.php [Validator] add Validation::createCallable() 2020-01-27 22:34:17 +01:00
ValidatorBuilder.php Merge branch '4.4' 2019-09-16 07:06:55 +02:00

Validator Component

The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.

Resources