Skip to content

Commit e62115f

Browse files
committed
Indicate compatibility with psr/log 2 and 3
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 30452f4 commit e62115f

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.1.3",
2020
"egulias/email-validator": "^2.1.10|^3",
21-
"psr/log": "~1.0",
21+
"psr/log": "^1|^2|^3",
2222
"symfony/event-dispatcher": "^4.3",
2323
"symfony/mime": "^4.4.21|^5.2.6",
2424
"symfony/service-contracts": "^1.1|^2"

0 commit comments

Comments
 (0)