Allow psr/log 2.0 & 3.0

This commit is contained in:
Jeremy Benoist
2022-10-17 22:42:47 +02:00
parent 6689f19956
commit 82083c872b
3 changed files with 10 additions and 15 deletions
+1 -6
View File
@@ -26,7 +26,7 @@
"require": {
"php": ">=7.2.0",
"ext-mbstring": "*",
"psr/log": "^1.0",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
"masterminds/html5": "^2.7"
},
"require-dev": {
@@ -45,10 +45,5 @@
},
"autoload-dev": {
"psr-4": { "Tests\\Readability\\": "tests/" }
},
"config":{
"platform": {
"php": "7.2.34"
}
}
}