I\'m trying to install Laravel package Intervention Image and when I run composer update:
composer update
Your requirements could not be resolved to an installa
For me it was different using php 7.4.x and Windows 10.
I checked which php.ini file is used by PHP in CLI mode with php --ini.
php.ini
php --ini
It showed C:\php7\php.ini - where I previously unzipped PHP (and also pointed Composer there).
C:\php7\php.ini
Then I needed to uncomment extension=fileinfo in that file.
extension=fileinfo