Skip to content

Commit e469a44

Browse files
authored
Allow ^2.0 and ^3.0 of psr/log (#127)
Signed-off-by: Rob Landers <[email protected]>
1 parent f0d66c3 commit e469a44

File tree

2 files changed

+404
-244
lines changed

2 files changed

+404
-244
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
{
88
"name": "Rob Landers",
99
"email": "[email protected]"
10+
},
11+
{
12+
"name": "Hendrik Heil",
13+
"email": "[email protected]"
1014
}
1115
],
1216
"require": {
@@ -23,7 +27,7 @@
2327
"php": "^8.0",
2428
"php-di/invoker": "^2.3",
2529
"php-di/php-di": "^6.3",
26-
"psr/log": "^1.1",
30+
"psr/log": "^1.1|^2.0|^3.0",
2731
"psr/http-server-middleware": ">=1.0.1",
2832
"jetbrains/phpstorm-attributes": "1.0"
2933
},

0 commit comments

Comments
 (0)