From eb219599f9548f3b57c91af6de50b0cde5083d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Proch=C3=A1zka?= Date: Tue, 28 Feb 2017 11:03:37 +0100 Subject: [PATCH] Added PHP 7 as minimum --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0010cd5..282f031 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,10 @@ } }, "require": { - "nette/application" : "^3.0", - "nette/http" : "^3.0", - "nette/utils" : "^3.0" + "php": "^7.0", + "nette/application": "^3.0", + "nette/http": "^3.0", + "nette/utils": "^3.0" }, "suggest": { "psr/http-message": "Allows usage of PSR7 stream response."