Skip to content

Commit c32d90b

Browse files
committed
Allow installation with psr/log 2.x and 3.x
1 parent 3d87c2d commit c32d90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"psr/simple-cache": "^1.0",
3939
"psr/event-dispatcher": "^1.0",
4040
"psr/event-dispatcher-implementation": "^1.0",
41-
"psr/log": "^1.0",
41+
"psr/log": "^1.0 || ^2.0 || ^3.0",
4242
"php-http/discovery": "^1.11",
4343
"psr/http-client": "^1.0",
4444
"psr/http-client-implementation": "^1.0",
@@ -60,7 +60,7 @@
6060
"monolog/monolog": ">=1.11.0",
6161
"vimeo/psalm": "^4",
6262
"php-http/cache-plugin": "^1.7",
63-
"wmde/psr-log-test-doubles": "^2"
63+
"jeroen/psr-log-test-doubles": "^2.1 || ^3"
6464
},
6565
"scripts": {
6666
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)