Skip to content

Upgrades, min PHP 7.4 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Mar 15, 2025
Merged
Prev Previous commit
Next Next commit
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
  • Loading branch information
jtojnar committed Mar 15, 2025
commit d73def1d4730c89efb6669b1eb71ca1adecf7954
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=7.4.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"fossar/transcoder": "^1.0 || ^2.0",
"fossar/transcoder": "^1.0 || ^2.0 || ^3.0",
"guzzlehttp/psr7": "^1.7 || ^2.0"
},
"require-dev" : {
Expand Down