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 bb11cac33e Merge branch '4.4' into 5.0
* 4.4:
  [DI] auto-register singly implemented interfaces by default
  [DI] fix overriding existing services with aliases for singly-implemented interfaces
  remove service when base class is missing
  do not depend on the QueryBuilder from the ORM
  [Security/Http] call auth listeners/guards eagerly when they "support" the request
  [Messenger] add tests to FailedMessagesShowCommand
  Fix the translation commands when a template contains a syntax error
  [Security] Fix clearing remember-me cookie after deauthentication
  [Validator] Update Slovenian translations
  [HttpClient] remove conflict rule with HttpKernel that prevents using the component in Symfony 3.4
  [Config][ReflectionClassResource] Handle parameters with undefined constant as their default values
  fix dumping number-like string parameters
  Fix CI
  [Console] Fix autocomplete multibyte input support
  [Config] don't break on virtual stack frames in ClassExistenceResource
  more robust initialization from request
  Changing the multipart form-data behavior to use the form name as an array, which makes it recognizable as an array by PHP on the $_POST globals once it is coming from the HttpClient component
2019-11-30 15:12:50 +01:00
..
Constraints Merge branch '4.4' 2019-10-30 11:44: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' 2019-10-29 15:23:29 +01:00
Exception catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Mapping Merge branch '4.4' 2019-10-30 11:44:38 +01:00
Resources/translations [Validator] Update Slovenian translations 2019-11-29 20:07:18 +01:00
Test Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +01:00
Tests Merge branch '4.4' 2019-10-30 14:48:35 +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 Merge branch '4.4' 2019-11-05 18:32:06 +01:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01:00
Constraint.php Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +01:00
ConstraintValidator.php Merge branch '4.4' 2019-09-03 23:48:54 +02: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 2019-01-01 14:45:19 +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 Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02: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