Skip to content

Commit c18f4dd

Browse files
fix: Lower psr/log requirement (#11)
1 parent 33ca1f8 commit c18f4dd

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
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=8.0",
12-
"psr/log": "^3.0"
12+
"psr/log": "^1.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9"

0 commit comments

Comments
 (0)