Skip to content

Commit

Permalink
Merge pull request #253 from JeroenDeDauw/support-psr-log-3
Browse files Browse the repository at this point in the history
Allow installation with psr/log 2.x and 3.x
  • Loading branch information
wtfzdotnet authored Apr 29, 2022
2 parents 3d87c2d + c32d90b commit 02a21ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"psr/simple-cache": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/event-dispatcher-implementation": "^1.0",
"psr/log": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"php-http/discovery": "^1.11",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "^1.0",
Expand All @@ -60,7 +60,7 @@
"monolog/monolog": ">=1.11.0",
"vimeo/psalm": "^4",
"php-http/cache-plugin": "^1.7",
"wmde/psr-log-test-doubles": "^2"
"jeroen/psr-log-test-doubles": "^2.1 || ^3"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit 02a21ea

Please sign in to comment.