Skip to content

Commit

Permalink
Allow psr/log 2.0 & 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Oct 17, 2022
1 parent 6689f19 commit a35be69
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -45,10 +45,5 @@
},
"autoload-dev": {
"psr-4": { "Tests\\Readability\\": "tests/" }
},
"config":{
"platform": {
"php": "7.2.34"
}
}
}

0 comments on commit a35be69

Please sign in to comment.