From 997c3c06906283c73aa5c6459ac8d99613a2294d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mat=C4=9Bj=C4=8Dek?= Date: Wed, 11 Oct 2023 08:49:16 +0200 Subject: [PATCH] Fix minimum stable --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9ad00a2..f2d34d0 100644 --- a/composer.json +++ b/composer.json @@ -22,13 +22,14 @@ "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { + "guzzlehttp/psr7": "^2.4", "guzzlehttp/guzzle": "^7.5", "h4kuna/dir": "^0.1.2", "nette/caching": "^3.2", - "nette/tester": "^2.0", - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-strict-rules": "^1.4", - "tracy/tracy": "^2.0" + "nette/tester": "^2.5", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-strict-rules": "^1.5", + "tracy/tracy": "^2.10" }, "autoload": { "psr-4": { @@ -37,6 +38,7 @@ }, "suggest": { "guzzlehttp/guzzle": "As default implementation for PSR standards.", + "guzzlehttp/psr7": "Minimum ^2.4 for guzzle.", "ext-simplexml": "If you want to use h4kuna\\Exchange\\Driver\\Ecb." }, "autoload-dev": {