Skip to content

Commit de52289

Browse files
committed
Bump transcoder dependency
It fixes auto-detection on PHP 8.0+ but we do not use that. - fossar/transcoder updated from v2.0.0 to v3.0.0 major See changes: fossar/transcoder@v2.0.0...v3.0.0 Release notes: https://github.com/fossar/transcoder/releases/tag/v3.0.0
1 parent 6d3f3fd commit de52289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=7.4.0",
77
"guzzlehttp/guzzle": "^6.3 || ^7.0",
8-
"fossar/transcoder": "^1.0 || ^2.0",
8+
"fossar/transcoder": "^1.0 || ^2.0 || ^3.0",
99
"guzzlehttp/psr7": "^1.7 || ^2.0"
1010
},
1111
"require-dev" : {

0 commit comments

Comments
 (0)