From da36f9920dfdf886cee373ff05ad1408b04a8849 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 09:17:36 +0000 Subject: [PATCH] Update symfony/validator requirement from ^3.0 to ^4.2 Updates the requirements on [symfony/validator](https://github.com/symfony/validator) to permit the latest version. - [Release notes](https://github.com/symfony/validator/releases) - [Changelog](https://github.com/symfony/validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/validator/compare/v3.0.0...v4.2.8) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3082761..64bc69c 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "phpunit/phpunit": "^5.4", "monolog/monolog": "^1.3", "symfony/http-foundation": "^3.0", - "symfony/validator": "^3.0" + "symfony/validator": "^4.2" }, "suggest": { "monolog/monolog": "^1.3", "symfony/http-foundation": "^3.0", - "symfony/validator": "^3.0" + "symfony/validator": "^4.2" } }