Skip to content

Commit 85b00d2

Browse files
authored
Merge pull request php-enqueue#1198 from snapshotpl/allow-psr-log-v2-3
Allow psr/log v2 and v3
2 parents 182636b + ae77b30 commit 85b00d2

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
@@ -28,7 +28,7 @@
2828
"php-amqplib/php-amqplib": "^3.0",
2929
"doctrine/dbal": "^2.12|^3.1",
3030
"ramsey/uuid": "^3.5|^4",
31-
"psr/log": "^1.1",
31+
"psr/log": "^1.1 || ^2.0 || ^3.0",
3232
"psr/container": "^1",
3333
"makasim/temp-file": "^0.2",
3434
"google/cloud-pubsub": "^1.4.3",

pkg/enqueue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"enqueue/null": "^0.10",
1313
"enqueue/dsn": "^0.10",
1414
"ramsey/uuid": "^3.5|^4",
15-
"psr/log": "^1",
15+
"psr/log": "^1.0 || ^2.0 || ^3.0",
1616
"psr/container": "^1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)