From 8f1ae473ad7cedfa26534d357372887d7ceb1d20 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 18 Mar 2017 08:02:05 +0100 Subject: [PATCH] Allow version 0.4 of hierarchy (#148) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e61f402..355bbdc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^5.6 || ^7.0", "psr/cache": "^1.0", - "cache/hierarchical-cache": "^0.3" + "cache/hierarchical-cache": "^0.3 || ^0.4" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.1"