From 0f880f312026de6fa8a29b33252f82a14d9784bf Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Sat, 8 Apr 2023 11:10:20 -0500 Subject: [PATCH] Added psr/log to requirements in README --- README.md | 2 ++ composer.json | 2 +- composer.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f6625f..54d38c6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [h]: https://code.mensbeam.com/MensBeam/Catcher [i]: https://github.com/symfony/polyfill/tree/main/src/Ctype [j]: https://github.com/symfony/polyfill/tree/main/src/Mbstring +[k]: https://github.com/php-fig/log # Logger # @@ -31,6 +32,7 @@ This library attempts what we're calling an "opinionated" implementation of PSR- * [mensbeam/filesystem][g] >= 1.0 * ext-ctype or [symfony/polyfill-ctype][i] >= 1.8 * ext-mbstring or [symfony/polyfill-mbstring][j] >= 1.8 +* [psr/log][k] ^3.0 ### Note ### diff --git a/composer.json b/composer.json index e1ed52b..aba24a5 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": ">=8.1", "psr/log": "^3.0", - "mensbeam/filesystem": "^1.0" + "mensbeam/filesystem": ">=1.0" }, "license": "MIT", "autoload": { diff --git a/composer.lock b/composer.lock index 8b0cdf7..f819abb 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": "e0336fd838352efa362298a3b61d3379", + "content-hash": "49bbaf37c3b2e84629975e5caba89136", "packages": [ { "name": "mensbeam/filesystem",