From 990ed4cf23a6bb97b3b5afd3cf7a08c376a4a45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Mon, 4 Jan 2021 18:53:23 +0100 Subject: [PATCH] Composer: upgrade deps --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a6224e2..607c643 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ "nette/utils": "^3.0.0" }, "require-dev": { - "nette/application": "~3.0.0", - "nette/di": "~3.0.0", - "nette/http": "~3.0.3", + "nette/application": "^3.0.0", + "nette/di": "^3.0.7", + "nette/http": "^3.0.5", "ninjify/nunjuck": "^0.4", "ninjify/qa": "^0.12", "phpstan/phpstan": "^0.12", @@ -35,8 +35,8 @@ "phpstan/phpstan-strict-rules": "^0.12" }, "conflict": { - "nette/di": "<3.0.0", - "nette/http": "<3.0.3" + "nette/di": "<3.0.7", + "nette/http": "<3.0.5" }, "suggest": { "nette/di": "to use Psr7HttpExtension[CompilerExtension]",