Skip to content

Commit ea5ffdb

Browse files
Merge pull request #115 from b-vadym/update-vendor-versions
Update vendor versions
2 parents 847d30e + e17915f commit ea5ffdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ environment:
1616
COMPOSER_NO_INTERACTION: 1
1717
ANSICON: 121x90 (121x90) # Console colors
1818

19-
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.2-2021-02-27-essentials_build.zip
19+
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.2-essentials_build.zip
2020

2121
matrix:
2222
- PHP_VERSION: Latest_Version
@@ -29,7 +29,7 @@ install:
2929
- ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
3030
- ps: Start-FileDownload $env:ffmpeg_download
3131

32-
- 7z x ffmpeg-4.3.2-2021-02-27-essentials_build.zip
32+
- 7z x ffmpeg-4.3.2-essentials_build.zip
3333
- PATH=%PATH%;%cd%\ffmpeg-4.3.2-2021-02-27-essentials_build\bin
3434
- cd c:\tools\php
3535
- copy php.ini-production php.ini /Y

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
},
6464
"require": {
6565
"php": "^7.2 || ^8.0",
66-
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18",
67-
"symfony/filesystem": "^4.0 || ^5.0"
66+
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19",
67+
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
6868
},
6969
"suggest": {
7070
"aminyazdanpanah/php-shaka": "aminyazdanpanah/php-shaka is suggested for using DRM and encryption",

0 commit comments

Comments
 (0)