Skip to content

Commit

Permalink
Merge pull request #179 from biigle/patch-1
Browse files Browse the repository at this point in the history
Remove use of VipsImage facade
  • Loading branch information
mzur authored Jul 17, 2024
2 parents 62464ee + 97c760f commit ad0a597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
],
"require": {
"ext-vips": "*",
"jcupitt/vips": "^1.0",
"biigle/laravel-file-cache": "^4.1",
"jcupitt/vips": "^1.0 || ^2.0",
"php-ffmpeg/php-ffmpeg": "^0.14 || ^0.19 || ^1.0",
"meyfa/php-svg": "^0.14.6"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/ProcessAnnotatedVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
use Jcupitt\Vips\Exception as VipsException;
use VipsImage;
use Jcupitt\Vips\Image as VipsImage;

class ProcessAnnotatedVideo extends ProcessAnnotatedFile
{
Expand Down

0 comments on commit ad0a597

Please sign in to comment.