RazeSoldier added a comment.
In T225364#5423971 <https://phabricator.wikimedia.org/T225364#5423971>, @missrainwang wrote: > I have met the same problem with you, and I want to know how to sove this problem……Could you please tell me, and send email to [email protected]? Thank you! I suggest you use Composer to solve the dependency problem. Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries. Follow this documentation <https://getcomposer.org/doc/00-intro.md> to install Composer and then execute `composer install --no-dev` in the extension directory. This solution works for any problems caused by lack of dependencies. TASK DETAIL https://phabricator.wikimedia.org/T225364 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RazeSoldier Cc: RazeSoldier, missrainwang, Paladox, Aklapper, Reedy, darthmon_wmde, Redabr4, Zanziii, Sadisticturd, DannyS712, Nandana, A.S.Kochergin, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, MGChecker, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, hashar
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
