From f96680e26b30a1f6129577a55970414cadd6446a Mon Sep 17 00:00:00 2001 From: vvoody- Date: Thu, 5 Apr 2018 14:53:26 +0200 Subject: [PATCH] less strict requirements for doctrine/cache --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db7d100..818d8c9 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "nette/application": "^2.3|^2.4", "nette/di": "^2.3|^2.4", "nette/reflection": "^2.3|^2.4", - "doctrine/cache": "~1.6.0", + "doctrine/cache": "^1.6", "doctrine/annotations": "~1.3" }, "require-dev": {