我安装语言包总是报错。
./composer.json has been updated
Running composer update flarum-lang/chinese-simplified
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.8.7 requires intervention/image 2.5.* || 2.6.1 -> satisfiable by intervention/image[2.7.2].
- flarum/core is locked to version v1.8.7 and an update of this package was not requested.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require flarum-lang/chinese-simplified:*" to figure out if any version is installable, or "composer require flarum-lang/chinese-simplified:2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
会是什么问题 ,PHP使用的是8.3 , 扩展是装了的,但还是报
难道 是我装的版本太新?