File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ environment:
16
16
COMPOSER_NO_INTERACTION : 1
17
17
ANSICON : 121x90 (121x90) # Console colors
18
18
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
20
20
21
21
matrix :
22
22
- PHP_VERSION : Latest_Version
@@ -29,7 +29,7 @@ install:
29
29
- ps : cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
30
30
- ps : Start-FileDownload $env:ffmpeg_download
31
31
32
- - 7z x ffmpeg-4.3.2-2021-02-27- essentials_build.zip
32
+ - 7z x ffmpeg-4.3.2-essentials_build.zip
33
33
- PATH=%PATH%;%cd%\ffmpeg-4.3.2-2021-02-27-essentials_build\bin
34
34
- cd c:\tools\php
35
35
- copy php.ini-production php.ini /Y
Original file line number Diff line number Diff line change 63
63
},
64
64
"require" : {
65
65
"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 "
68
68
},
69
69
"suggest" : {
70
70
"aminyazdanpanah/php-shaka" : " aminyazdanpanah/php-shaka is suggested for using DRM and encryption" ,
You can’t perform that action at this time.
0 commit comments