From eb9d390610b6907eae7761dcd0c22ae6a260359a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= Date: Tue, 13 Jan 2026 23:38:13 +0100 Subject: [PATCH] Composer: allow contributte/psr7-http-message v0.11 and contributte/middlewares v0.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Ondráček --- composer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index be0f177..c852550 100644 --- a/composer.json +++ b/composer.json @@ -22,19 +22,18 @@ "php": ">=8.2", "ext-json": "*", "nette/di": "^3.1.8", - "contributte/psr7-http-message": "^0.9.0 || ^0.10.0", - "contributte/middlewares": "^0.11.0 || ^0.12.0", + "contributte/psr7-http-message": "^0.9.0 || ^0.10.0 || ^0.11.0", + "contributte/middlewares": "^0.11.0 || ^0.12.0 || ^0.13.0", "contributte/openapi": "^0.1.0", "nette/utils": "^4.1.0" }, "require-dev": { "contributte/qa": "^0.4", - "contributte/dev": "^0.4", - "contributte/tester": "^0.3", - "contributte/phpstan": "^0.2", - "mockery/mockery": "^1.6.6", + "contributte/dev": "^0.5", + "contributte/tester": "^0.4.1", + "contributte/phpstan": "^0.3.1", + "mockery/mockery": "^1.6.12", "nette/application": "^3.1.4", - "nette/di": "^3.1.8", "nette/http": "^3.2.3", "psr/log": "^2.0.0 || ^3.0.0", "symfony/console": "^6.4.0 || ^7.0.0 || ^8.0.0",