Skip to content

Commit c526cb1

Browse files
committed
Allow psr/log 2 and 3
1 parent 59f19a8 commit c526cb1

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
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": "^7.4 || ^8.0",
3434
"pagerfanta/pagerfanta": "^2.4 || ^3.0",
35-
"psr/log": "^1.0",
35+
"psr/log": "^1.0 || ^2.0 || ^3.0",
3636
"ruflin/elastica": "^7.1",
3737
"symfony/console": "^4.4 || ^5.4 || ^6.0",
3838
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",

0 commit comments

Comments
 (0)