i m getting this error again and again , although I had made the sufficient changes which is telling in this
Problem 1
- Root composer.json requires flarum/core 2.0.0-beta.2 -> satisfiable by flarum/core[v2.0.0-beta.2].
- flarum/core v2.0.0-beta.2 requires league/flysystem-memory 3.15 -> satisfiable by league/flysystem-memory[3.15.0, ..., 3.29.0].
- league/flysystem-memory[3.15.0, ..., 3.29.0] require ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
To enable extensions, verify that they are enabled in your .ini files:
- C:\php-8.4.3\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.