From 68aaf5f7b9c4a0360ae82eef315288c0421109ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 09:41:05 +0000 Subject: [PATCH] Update slim/slim requirement from ~2.6 to ~4.2 Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version. - [Release notes](https://github.com/slimphp/Slim/releases) - [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/slimphp/Slim/compare/2.6.0...4.2.0) 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 9284854..859f07f 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license":"MIT", "require":{ "php":">=5.3.0", - "slim/slim": "~2.6", + "slim/slim": "~4.2", "slim/views": "~0.1", "twig/twig": "~1.16", "panique/pdo-debug": "0.2",