Skip to content

Commit 9c74b13

Browse files
authored
fix psr/log dependency
1 parent ed1dd27 commit 9c74b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.6",
1616
"guzzlehttp/guzzle": "^6.2.1|^7.0",
17-
"psr/log": "^1.1 || v3.0"
17+
"psr/log": "^1.1 || ^v3.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)