From 0c59c059e71368f4a65a5d2cec445760e55b3679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Perron?= Date: Mon, 5 Oct 2020 17:51:47 -0400 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e458703..42c8547 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "description": "An easy to use caching library that uses Symfony's FilesystemAdapter under the hood.", "type": "library", "require": { - "php": ">=5.4.0", - "symfony/cache": "^5.1" + "php": ">=5.6.0", + "symfony/cache": "^3.4" }, "license": "MIT", "authors": [