summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-09 10:37:48 +0100
committerRemi Collet <remi@php.net>2021-12-09 10:37:48 +0100
commit58e154e0c6079c346f80f06e5da6cbd71c816384 (patch)
tree4a3c07874f6fd72e729b857db4c312ec1925bd72 /composer.json
parent7d405a005ba631c0ebb703979b39af51549dc105 (diff)
update to 4.2.2
allow psr/log v2 and v3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7c9596d..5f0a44d 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
"ext-date" : "*",
"ext-iconv" : "*",
"lib-libxml" : ">=2.7.0",
- "psr/log": "^1.0",
+ "psr/log": "^1.0 || ^2.0 || ^3.0",
"ext-json": "*"
},
"require-dev" : {