From 3a029b52a10facf45bee25ef42d795f4db73e283 Mon Sep 17 00:00:00 2001 From: Dalibor Date: Wed, 11 Apr 2018 23:11:58 +0200 Subject: [PATCH] require minimum of nette/utils 2.5, otherwise php7.2 cannot build --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30f0aac..ccaddb2 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "nette/safe-stream": "~2.3", "nette/security": "~2.4", "nette/tokenizer": "~2.2", - "nette/utils": "~2.5", + "nette/utils": "^2.5", "latte/latte": "~2.4", "tracy/tracy": "~2.4",