Littlegolden Just to let you know that I encounter the following:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- ffans/lang-simplified-chinese[v1.0.0, v1.0.1, v1.0.4] cannot be installed as that would require removing flarum-lang/chinese-simplified[v1.0.1]. They all replace littlegolden/flarum-lang-simplified-chinese and thus cannot coexist.
- flarum-lang/chinese-simplified is locked to version v1.0.1 and an update of this package was not requested.
- Root composer.json requires ffans/lang-simplified-chinese ^v1.0.0 -> satisfiable by ffans/lang-simplified-chinese[v1.0.0, v1.0.1, v1.0.4].
I have resolve this problem by:
- composer remove ffans/lang-simplified-chinese
- php flarum cache:clear
- run composer require ffans/lang-simplified-chinese
However, I receive reminder: Package ffans/lang-simplified-chinese is abandoned, you should avoid using it. Use flarum-lang/chinese-simplified instead.
Thanks very much for your quick update! 👏