Hello everyone, I'm new to the world of flarum. I installed flarum via softaculous and now I have a problem. Namely, when I try to install the extension, I get the following problem:
[nb@prohost16 ~]$ cd public_html
[nb@prohost16 public_html]$ composer require justoverclock/header-slideshow:"*"
./composer.json has been updated
Running composer update justoverclock/header-slideshow
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- intervention/image 2.7.2 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
- flarum/core v1.5.0 requires intervention/image 2.5.* || ^2.6.1 -> satisfiable by intervention/image[2.7.2].
- flarum/core is locked to version v1.5.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /opt/alt/php74/etc/php.ini
- /opt/alt/php74/link/conf/alt_php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-fileinfo` to temporarily ignore these required extensions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.