From 6bb37fc5b4c4ca1054e547cb13ae2b99b215b959 Mon Sep 17 00:00:00 2001 From: mario Date: Tue, 4 Jun 2019 20:13:32 +0200 Subject: [PATCH] aktualizacia zavislosti --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3e34f0a..3f8f934 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,13 @@ "require": { "php": ">=5.4.0", - "nette/nette": "~2.2", - "kollarovic/navigation": "~2.0", + "nette/bootstrap": "~2.2", + "nette/utils": "~2.2", + "nette/application": "~2.2", + "nette/security": "~2.2", + "nette/robot-loader": "~2.2", + "latte/latte": "~2.2", + "kollarovic/navigation": "~2.0.2", "janmarek/webloader": "~2.4.0", "nextras/forms": "~1.4.1" },