Skip to content

Commit

Permalink
Merge pull request #115 from b-vadym/update-vendor-versions
Browse files Browse the repository at this point in the history
Update vendor versions
  • Loading branch information
aminyazdanpanah authored Jan 14, 2022
2 parents 847d30e + e17915f commit ea5ffdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
COMPOSER_NO_INTERACTION: 1
ANSICON: 121x90 (121x90) # Console colors

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

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

- 7z x ffmpeg-4.3.2-2021-02-27-essentials_build.zip
- 7z x ffmpeg-4.3.2-essentials_build.zip
- PATH=%PATH%;%cd%\ffmpeg-4.3.2-2021-02-27-essentials_build\bin
- cd c:\tools\php
- copy php.ini-production php.ini /Y
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
},
"require": {
"php": "^7.2 || ^8.0",
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18",
"symfony/filesystem": "^4.0 || ^5.0"
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19",
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
},
"suggest": {
"aminyazdanpanah/php-shaka": "aminyazdanpanah/php-shaka is suggested for using DRM and encryption",
Expand Down

0 comments on commit ea5ffdb

Please sign in to comment.