Issue
In yii2, i am installing a new module through composer by following command
'global require "codeception/codeception = 2.0.*"'
but it is showing following error
Solution
try:
composer self-update
composer global require "codeception/codeception=2.2.10" "codeception/specify=*" "codeception/verify=*"
Answered By - Rafal
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.