Skip to content

Commit c901299

Browse files
committed
bug #95 Allow psr/log 2 and 3 (derrabus)
This PR was merged into the 2.1-dev branch. Discussion ---------- Allow `psr/log` 2 and 3 Commits ------- 8e13ae4 Allow psr/log 2 and 3
2 parents 26068fa + 8e13ae4 commit c901299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/http-kernel": "^4.4 || ^5.0",
2929
"symfony/phpunit-bridge": "^4.4.19 || ^5.2",
3030
"nyholm/psr7": "^1.1",
31-
"psr/log": "^1.1"
31+
"psr/log": "^1.1 || ^2 || ^3"
3232
},
3333
"suggest": {
3434
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"

0 commit comments

Comments
 (0)