Skip to content

Commit 26843ba

Browse files
committed
remove psr/log dep, it is not used.
1 parent f961dfa commit 26843ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=5.6",
9-
"queue-interop/queue-interop": "^0.6@dev",
10-
"psr/log": "^1"
9+
"queue-interop/queue-interop": "^0.6@dev"
1110
},
1211
"require-dev": {
1312
"phpunit/phpunit": "~5.4.0",

0 commit comments

Comments
 (0)