Skip to content

Commit 475b7f7

Browse files
committed
🚿 psr/log: allow newer (PHP8) versions
1 parent 5b9b270 commit 475b7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"psr/http-factory":"^1.0",
4040
"psr/http-server-handler": "^1.0",
4141
"psr/http-server-middleware": "^1.0",
42-
"psr/log": "^1.1"
42+
"psr/log": "^1.1 || ^2.0 || ^3.0"
4343
},
4444
"require-dev": {
4545
"http-interop/http-factory-tests": "^0.9",

0 commit comments

Comments
 (0)