From 9ce788af6d116f250f67fef577c8a4fb916ff5df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 09:20:33 +0000 Subject: [PATCH] Update symfony/validator requirement from ^3.0 to ^3.0 || ^4.0 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 937dd74..6bf981d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^7.0", "pimple/pimple": "^3.0", "monolog/monolog": "^1.17", - "symfony/validator": "^3.0", + "symfony/validator": "^3.0 || ^4.0", "symfony/yaml": "^2.8 | ^3.0", "ext-json": "*" },