@aaPanel_Jose
hello, i just update to latest version and try composer install for domain test.com and got error with extension fileinfo. Other package require php7.2 or more then i can fix it by myself. How can fix require extension fileinfo ?
composer.json
{
"require": {
"php-ffmpeg/php-ffmpeg": "^0.18.0",
"php-curl-class/php-curl-class": "^8.9.3",
"emgag/flysystem-tempdir": "^2.0.0",
"intervention/image": "^2.5.1",
"captioning/captioning": "^2.6.1"
}
}
Downloading https://repo.packagist.org/p2/ralouphie/getallheaders.json if modified
[304] https://repo.packagist.org/p2/psr/log.json
[304] https://repo.packagist.org/p2/symfony/process.json
[304] https://repo.packagist.org/p2/monolog/monolog.json
[304] https://repo.packagist.org/p2/symfony/filesystem.json
[304] https://repo.packagist.org/p2/league/mime-type-detection.json
[304] https://repo.packagist.org/p2/psr/http-message.json
[304] https://repo.packagist.org/p2/ralouphie/getallheaders.json
Reading /home/www/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php80.json if modified
Reading /home/www/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-ctype.json if modified
[304] https://repo.packagist.org/p2/symfony/polyfill-php80.json
[304] https://repo.packagist.org/p2/symfony/polyfill-ctype.json
Updating dependencies
Generating rules
Resolving dependencies through SAT
Dependency resolution completed in 0.005 seconds
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires intervention/image ^2.5.1 -> satisfiable by intervention/image[2.5.1].
- intervention/image 2.5.1 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 2
- league/flysystem[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8] require php ^7.2 || ^8.0 -> your php version (7.0.33) does not satisfy that requirement.
- emgag/flysystem-tempdir v2.0.0 requires league/flysystem ^2.0 -> satisfiable by league/flysystem[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8].
- Root composer.json requires emgag/flysystem-tempdir ^2.0.0 -> satisfiable by emgag/flysystem-tempdir[v2.0.0].