Skip to content

Commit

Permalink
Allow ^2.0 and ^3.0 of psr/log (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Landers <landers.robert@gmail.com>
  • Loading branch information
hendrikheil authored Apr 11, 2022
1 parent f0d66c3 commit e469a44
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 244 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"name": "Rob Landers",
"email": "landers.robert@gmail.com"
},
{
"name": "Hendrik Heil",
"email": "hendrik@ciidyr.com"
}
],
"require": {
Expand All @@ -23,7 +27,7 @@
"php": "^8.0",
"php-di/invoker": "^2.3",
"php-di/php-di": "^6.3",
"psr/log": "^1.1",
"psr/log": "^1.1|^2.0|^3.0",
"psr/http-server-middleware": ">=1.0.1",
"jetbrains/phpstorm-attributes": "1.0"
},
Expand Down
Loading

0 comments on commit e469a44

Please sign in to comment.