From ac9f06f7e75a335de57ccee67b450994b74f088b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:22:20 +0000 Subject: [PATCH] Update pimple/pimple requirement from ~1.0 to ~1.0 || ~3.0 Updates the requirements on [pimple/pimple](https://github.com/silexphp/Pimple) to permit the latest version. - [Release notes](https://github.com/silexphp/Pimple/releases) - [Changelog](https://github.com/silexphp/Pimple/blob/master/CHANGELOG) - [Commits](https://github.com/silexphp/Pimple/compare/v1.0.0...v3.2.3) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c0ed89e..b21ee734 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "require-dev" : { "psr/log": "~1.0", - "pimple/pimple": "~1.0", + "pimple/pimple": "~1.0 || ~3.0", "predis/predis": "~0.8", "symfony/console": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0",