Skip to content

Commit 6f34feb

Browse files
committed
Allow psr/log 2.x & 3.x
1 parent b2e6a7d commit 6f34feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"doctrine/persistence": "^2.0",
1919
"psr/container": "^1.0",
2020
"psr/event-dispatcher": "^1.0",
21-
"psr/log": "^1.0",
21+
"psr/log": "^1.0|^2.0|^3.0",
2222
"symfony/console": "^4.4|^5.0",
2323
"symfony/framework-bundle": "^4.4|^5.0",
2424
"symfony/messenger": "^4.4|^5.0",

src/batch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.4|^8.0",
1414
"ext-json": "*",
1515
"psr/container": "^1.0",
16-
"psr/log": "^1.0",
16+
"psr/log": "^1.0|^2.0|^3.0",
1717
"psr/event-dispatcher": "^1.0"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)