Skip to content

Commit 6128d16

Browse files
authored
Merge pull request #8 from andrew-demb/unused-psr-log
Drop unused dependency to `psr/log`
2 parents 0f1fa6d + 32a855f commit 6128d16

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
@@ -9,8 +9,7 @@
99
"require": {
1010
"php": ">=7.1",
1111
"ext-sockets": "*",
12-
"apache/thrift": "0.11.*",
13-
"psr/log": "^1.0.2"
12+
"apache/thrift": "0.11.*"
1413
},
1514
"require-dev": {
1615
"phpunit/phpunit": "@stable"

0 commit comments

Comments
 (0)