Skip to content

Commit bdcaf57

Browse files
committed
composer: Support transcoder 2.0
1 parent 1b4e575 commit bdcaf57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## unreleased
44
- Raise minimum PHP version to 7.2.5.
5+
- Add support for fossar/transcoder 2.0.
56

67
## 0.2.3 – 2022-01-23
78
- Added support for guzzlehttp/psr7 2.0

composer.json

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

0 commit comments

Comments
 (0)