diff --git a/composer.json b/composer.json index f25b20e6a..e97f61e98 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php-http/message-factory": "^1.0.2", "php-http/promise": "^1.0", "psr/http-message-implementation": "^1.0", - "psr/log": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0" }, "require-dev": { @@ -73,4 +73,4 @@ "scripts": { "test": "vendor/bin/phpunit" } -} \ No newline at end of file +} diff --git a/src/Plugin/composer.json b/src/Plugin/composer.json index ba19bf50c..44f3bf60a 100644 --- a/src/Plugin/composer.json +++ b/src/Plugin/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.3 || ^8.0", "php-http/promise": "^1.0", - "psr/log": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0", "willdurand/geocoder": "^4.0" }, @@ -43,4 +43,4 @@ "test": "vendor/bin/phpunit", "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" } -} \ No newline at end of file +} diff --git a/src/Provider/Chain/composer.json b/src/Provider/Chain/composer.json index 8484aa3ae..fec6ee8cf 100644 --- a/src/Provider/Chain/composer.json +++ b/src/Provider/Chain/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^7.3 || ^8.0", - "psr/log": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", "willdurand/geocoder": "^4.0" }, "provide": { @@ -44,4 +44,4 @@ "test": "vendor/bin/phpunit", "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" } -} \ No newline at end of file +}