diff --git a/composer.json b/composer.json index e9e711d..f372334 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "php": ">=8.1", "ext-json": "*", "guzzlehttp/guzzle": "^6.0 || ^7.0", - "psr/log": "^2.0 || ^3.0" + "psr/log": "^1|^2|^3" }, "require-dev": { "phpstan/phpstan": "^1.2", diff --git a/composer.lock b/composer.lock index 5fca562..341b9c9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5ac48bb0b28b53f88e8c7a657a60084e", + "content-hash": "3a5748a44b87a3ee4b27ab5dfd67659e", "packages": [ { "name": "guzzlehttp/guzzle",