We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d87c2d + c32d90b commit 02a21eaCopy full SHA for 02a21ea
composer.json
@@ -38,7 +38,7 @@
38
"psr/simple-cache": "^1.0",
39
"psr/event-dispatcher": "^1.0",
40
"psr/event-dispatcher-implementation": "^1.0",
41
- "psr/log": "^1.0",
+ "psr/log": "^1.0 || ^2.0 || ^3.0",
42
"php-http/discovery": "^1.11",
43
"psr/http-client": "^1.0",
44
"psr/http-client-implementation": "^1.0",
@@ -60,7 +60,7 @@
60
"monolog/monolog": ">=1.11.0",
61
"vimeo/psalm": "^4",
62
"php-http/cache-plugin": "^1.7",
63
- "wmde/psr-log-test-doubles": "^2"
+ "jeroen/psr-log-test-doubles": "^2.1 || ^3"
64
},
65
"scripts": {
66
"test": "vendor/bin/phpunit",
0 commit comments