Skip to content

Commit 9950626

Browse files
committed
composer: Switch to our patched transcoder
The transcoder library contains a serious bug that removes selfoss’s error handlers. Since upstream is not responsive, we will switch to our fork for now: ddeboer/transcoder#5
1 parent e779675 commit 9950626

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"simplepie/simplepie": "^1.3",
2424
"smottt/wideimage": "^1.1",
2525
"violet/streaming-json-encoder": "^1.1",
26-
"willwashburn/phpamo": "^1.0"
26+
"willwashburn/phpamo": "^1.0",
27+
"ddeboer/transcoder": "dev-master#622114bcf1fcd8786924d0e37ae0865425fa0157"
2728
},
2829
"require-dev": {
2930
"php-parallel-lint/php-parallel-lint": "^1.0",

composer.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)